Flywheel/src/generated/resources/assets/create/blockstates/linear_chassis.json
simibubi daee93dc48 Stone variant recipes
- Setup automated recipes for stone palette blocks and their stairs/slabs/etc
- Fixed datagen putting air blocks as drops for attached logistical blocks
- Fixed recipes and lang entries using outdated registry names
- Fixed kinetic blocks appearing twice in the main creative tab
2020-05-31 19:17:00 +02:00

56 lines
No EOL
1.5 KiB
JSON

{
"variants": {
"axis=x,sticky_bottom=false,sticky_top=false": {
"model": "create:block/linear_chassis",
"x": 90,
"y": 90
},
"axis=y,sticky_bottom=false,sticky_top=false": {
"model": "create:block/linear_chassis"
},
"axis=z,sticky_bottom=false,sticky_top=false": {
"model": "create:block/linear_chassis",
"x": 90,
"y": 180
},
"axis=x,sticky_bottom=true,sticky_top=false": {
"model": "create:block/linear_chassis_bottom",
"x": 90,
"y": 90
},
"axis=y,sticky_bottom=true,sticky_top=false": {
"model": "create:block/linear_chassis_bottom"
},
"axis=z,sticky_bottom=true,sticky_top=false": {
"model": "create:block/linear_chassis_bottom",
"x": 90,
"y": 180
},
"axis=x,sticky_bottom=false,sticky_top=true": {
"model": "create:block/linear_chassis_top",
"x": 90,
"y": 90
},
"axis=y,sticky_bottom=false,sticky_top=true": {
"model": "create:block/linear_chassis_top"
},
"axis=z,sticky_bottom=false,sticky_top=true": {
"model": "create:block/linear_chassis_top",
"x": 90,
"y": 180
},
"axis=x,sticky_bottom=true,sticky_top=true": {
"model": "create:block/linear_chassis_top_bottom",
"x": 90,
"y": 90
},
"axis=y,sticky_bottom=true,sticky_top=true": {
"model": "create:block/linear_chassis_top_bottom"
},
"axis=z,sticky_bottom=true,sticky_top=true": {
"model": "create:block/linear_chassis_top_bottom",
"x": 90,
"y": 180
}
}
}