Create/src/generated/resources/assets/create/blockstates/translation_chassis.json
simibubi 8ab9118de2 Get registrated
- Set up datagen and registrate chains for all remaining blocks from the contraptions section
2020-05-21 00:15:02 +02:00

52 lines
No EOL
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
}
}
}