Flywheel/src/main/resources/assets/create/blockstates/clutch.json

14 lines
260 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"variants": {
"powered" : {
"true": { "model": "create:block/clutch_on" },
"false": { "model": "create:block/clutch_off" }
},
"axis": {
"y": { "x": 90 },
"x": { "y": 90 },
"z": {}
}
}
}