Create/src/main/resources/assets/create/blockstates/clutch.json
simibubi cb366a287a Clutch vs Gearshift
- Gearshifter -> Gearshift
- Added the Clutch, using the prior model of the Gearshift
- New Model for Gearshift
- Generalized conditional shaft connectors for rendering
2019-08-28 19:45:41 +02:00

14 lines
260 B
JSON

{
"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": {}
}
}
}