mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
2696fc2a51
- Clutch, Gearshift and Gearbox joined the registrate - Fixed belt and gearbox items not being assigned creative tabs properly - Cleaned up and extended the blockstate generator helpers - Removed advancements from static assets - Added datagen .cache to gitignore - Split the palettes section into its own Creative tab - Fixed Clutch and Gearshift rendering their casing in the TER
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"variants": {
|
|
"axis=x,powered=false": {
|
|
"model": "create:block/gearshift/block",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y,powered=false": {
|
|
"model": "create:block/gearshift/block"
|
|
},
|
|
"axis=z,powered=false": {
|
|
"model": "create:block/gearshift/block",
|
|
"x": 90
|
|
},
|
|
"axis=x,powered=true": {
|
|
"model": "create:block/gearshift/block_powered",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y,powered=true": {
|
|
"model": "create:block/gearshift/block_powered"
|
|
},
|
|
"axis=z,powered=true": {
|
|
"model": "create:block/gearshift/block_powered",
|
|
"x": 90
|
|
}
|
|
}
|
|
} |