Create/src/main/resources/assets/create/blockstates/gearshift.json

14 lines
241 B
JSON
Raw Normal View History

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