Flywheel/src/main/resources/assets/create/blockstates/cuckoo_clock.json
simibubi 378a1566e4 The Cuckoo Clock
- Added the Cuckoo Clock
- Hand cranks now hold on to their cooldown state on world reload, fixes #79
2020-02-05 23:34:23 +01:00

14 lines
No EOL
220 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "create:block/cuckoo_clock/casing"
},
"variants": {
"facing": {
"north": { "y": 90 },
"south": { "y": 270 },
"east": { "y": 180 },
"west": { "y": 0 }
}
}
}