mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
14b06ec22a
- Axis -> Shaft - Gear -> Cogwheel - Large_Gear -> Large_Cogwheel - Axis_Tunnel -> Encased_Shaft - Half_Axis -> Shaft_Half - Fixed further name inconsistencies in other Object Holders - Added Skeleton for Encased Fan
13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/shaft"
|
|
},
|
|
"variants": {
|
|
"axis" : {
|
|
"x": { "x": 90, "y": 90 },
|
|
"y": {},
|
|
"z": { "x": 90 }
|
|
}
|
|
}
|
|
} |