mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
9 lines
325 B
JSON
9 lines
325 B
JSON
{
|
|
"variants": {
|
|
"facing=north": { "model": "create:block/cuckoo_clock/casing", "y": 90 },
|
|
"facing=south": { "model": "create:block/cuckoo_clock/casing", "y": 270 },
|
|
"facing=east": { "model": "create:block/cuckoo_clock/casing", "y": 180 },
|
|
"facing=west": { "model": "create:block/cuckoo_clock/casing", "y": 0 }
|
|
}
|
|
}
|