mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
cb366a287a
- Gearshifter -> Gearshift - Added the Clutch, using the prior model of the Gearshift - New Model for Gearshift - Generalized conditional shaft connectors for rendering
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"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": {}
|
|
}
|
|
}
|
|
} |