mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 06:16:07 +01:00
daee93dc48
- 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
56 lines
No EOL
1.5 KiB
JSON
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
|
|
}
|
|
}
|
|
} |