mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 23:07:13 +01:00
56c879420b
+ Axis + Gear + Large Gear + Axis Tunnel + Gearshifter + Gearbox - Added related tileentites and renderers - Added related models and textures - Added the Rotation Propagator
11 lines
No EOL
281 B
JSON
11 lines
No EOL
281 B
JSON
{
|
|
"forgemarker": 1,
|
|
"defaults": {
|
|
"model": "create:block/gearbox"
|
|
},
|
|
"variants": {
|
|
"axis=y": { "model": "create:block/gearbox" },
|
|
"axis=z": { "model": "create:block/gearbox", "x": 90 },
|
|
"axis=x": { "model": "create:block/gearbox", "x": 90, "y": 90 }
|
|
}
|
|
} |