mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
|
{
|
||
|
"variants": {
|
||
|
"connection=none,facing=north": {
|
||
|
"model": "create:block/flywheel/casing_none",
|
||
|
"y": 270
|
||
|
},
|
||
|
"connection=left,facing=north": {
|
||
|
"model": "create:block/flywheel/casing_left",
|
||
|
"y": 270
|
||
|
},
|
||
|
"connection=right,facing=north": {
|
||
|
"model": "create:block/flywheel/casing_right",
|
||
|
"y": 270
|
||
|
},
|
||
|
"connection=none,facing=south": {
|
||
|
"model": "create:block/flywheel/casing_none",
|
||
|
"y": 90
|
||
|
},
|
||
|
"connection=left,facing=south": {
|
||
|
"model": "create:block/flywheel/casing_left",
|
||
|
"y": 90
|
||
|
},
|
||
|
"connection=right,facing=south": {
|
||
|
"model": "create:block/flywheel/casing_right",
|
||
|
"y": 90
|
||
|
},
|
||
|
"connection=none,facing=west": {
|
||
|
"model": "create:block/flywheel/casing_none",
|
||
|
"y": 180
|
||
|
},
|
||
|
"connection=left,facing=west": {
|
||
|
"model": "create:block/flywheel/casing_left",
|
||
|
"y": 180
|
||
|
},
|
||
|
"connection=right,facing=west": {
|
||
|
"model": "create:block/flywheel/casing_right",
|
||
|
"y": 180
|
||
|
},
|
||
|
"connection=none,facing=east": {
|
||
|
"model": "create:block/flywheel/casing_none"
|
||
|
},
|
||
|
"connection=left,facing=east": {
|
||
|
"model": "create:block/flywheel/casing_left"
|
||
|
},
|
||
|
"connection=right,facing=east": {
|
||
|
"model": "create:block/flywheel/casing_right"
|
||
|
}
|
||
|
}
|
||
|
}
|