mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 14:26:10 +01:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
|
{
|
||
|
"variants": {
|
||
|
"axis=x,sticky_bottom=false,sticky_top=false": {
|
||
|
"model": "create:block/translation_chassis",
|
||
|
"x": 90,
|
||
|
"y": 90
|
||
|
},
|
||
|
"axis=y,sticky_bottom=false,sticky_top=false": {
|
||
|
"model": "create:block/translation_chassis"
|
||
|
},
|
||
|
"axis=z,sticky_bottom=false,sticky_top=false": {
|
||
|
"model": "create:block/translation_chassis",
|
||
|
"x": 90
|
||
|
},
|
||
|
"axis=x,sticky_bottom=true,sticky_top=false": {
|
||
|
"model": "create:block/translation_chassis_bottom",
|
||
|
"x": 90,
|
||
|
"y": 90
|
||
|
},
|
||
|
"axis=y,sticky_bottom=true,sticky_top=false": {
|
||
|
"model": "create:block/translation_chassis_bottom"
|
||
|
},
|
||
|
"axis=z,sticky_bottom=true,sticky_top=false": {
|
||
|
"model": "create:block/translation_chassis_bottom",
|
||
|
"x": 90
|
||
|
},
|
||
|
"axis=x,sticky_bottom=false,sticky_top=true": {
|
||
|
"model": "create:block/translation_chassis_top",
|
||
|
"x": 90,
|
||
|
"y": 90
|
||
|
},
|
||
|
"axis=y,sticky_bottom=false,sticky_top=true": {
|
||
|
"model": "create:block/translation_chassis_top"
|
||
|
},
|
||
|
"axis=z,sticky_bottom=false,sticky_top=true": {
|
||
|
"model": "create:block/translation_chassis_top",
|
||
|
"x": 90
|
||
|
},
|
||
|
"axis=x,sticky_bottom=true,sticky_top=true": {
|
||
|
"model": "create:block/translation_chassis_top_bottom",
|
||
|
"x": 90,
|
||
|
"y": 90
|
||
|
},
|
||
|
"axis=y,sticky_bottom=true,sticky_top=true": {
|
||
|
"model": "create:block/translation_chassis_top_bottom"
|
||
|
},
|
||
|
"axis=z,sticky_bottom=true,sticky_top=true": {
|
||
|
"model": "create:block/translation_chassis_top_bottom",
|
||
|
"x": 90
|
||
|
}
|
||
|
}
|
||
|
}
|