mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
18 lines
386 B
JSON
18 lines
386 B
JSON
|
{
|
||
|
"forge_marker": 1,
|
||
|
"defaults": {
|
||
|
},
|
||
|
"variants": {
|
||
|
"facing": {
|
||
|
"north": { "y": 270 },
|
||
|
"south": { "y": 90 },
|
||
|
"east": { "y": 0 },
|
||
|
"west": { "y": 180 }
|
||
|
},
|
||
|
"connection": {
|
||
|
"none": { "model": "create:block/flywheel/casing_no_connection" },
|
||
|
"left": { "model": "create:block/flywheel/casing_left" },
|
||
|
"right": { "model": "create:block/flywheel/casing_right" }
|
||
|
}
|
||
|
}
|
||
|
}
|