Create/src/generated/resources/assets/create/blockstates/mechanical_saw.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

96 lines
3.2 KiB
JSON

{
"variants": {
"axis_along_first=false,facing=down,running=false": {
"model": "create:block/mechanical_saw/vertical_inactive",
"x": 180
},
"axis_along_first=true,facing=down,running=false": {
"model": "create:block/mechanical_saw/vertical_inactive",
"x": 180,
"y": 90
},
"axis_along_first=false,facing=up,running=false": {
"model": "create:block/mechanical_saw/vertical_inactive"
},
"axis_along_first=true,facing=up,running=false": {
"model": "create:block/mechanical_saw/vertical_inactive",
"y": 90
},
"axis_along_first=false,facing=north,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive",
"y": 180
},
"axis_along_first=true,facing=north,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive",
"y": 180
},
"axis_along_first=false,facing=south,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive"
},
"axis_along_first=true,facing=south,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive"
},
"axis_along_first=false,facing=west,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive",
"y": 90
},
"axis_along_first=true,facing=west,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive",
"y": 90
},
"axis_along_first=false,facing=east,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive",
"y": 270
},
"axis_along_first=true,facing=east,running=false": {
"model": "create:block/mechanical_saw/horizontal_inactive",
"y": 270
},
"axis_along_first=false,facing=down,running=true": {
"model": "create:block/mechanical_saw/vertical",
"x": 180
},
"axis_along_first=true,facing=down,running=true": {
"model": "create:block/mechanical_saw/vertical",
"x": 180,
"y": 90
},
"axis_along_first=false,facing=up,running=true": {
"model": "create:block/mechanical_saw/vertical"
},
"axis_along_first=true,facing=up,running=true": {
"model": "create:block/mechanical_saw/vertical",
"y": 90
},
"axis_along_first=false,facing=north,running=true": {
"model": "create:block/mechanical_saw/horizontal",
"y": 180
},
"axis_along_first=true,facing=north,running=true": {
"model": "create:block/mechanical_saw/horizontal",
"y": 180
},
"axis_along_first=false,facing=south,running=true": {
"model": "create:block/mechanical_saw/horizontal"
},
"axis_along_first=true,facing=south,running=true": {
"model": "create:block/mechanical_saw/horizontal"
},
"axis_along_first=false,facing=west,running=true": {
"model": "create:block/mechanical_saw/horizontal",
"y": 90
},
"axis_along_first=true,facing=west,running=true": {
"model": "create:block/mechanical_saw/horizontal",
"y": 90
},
"axis_along_first=false,facing=east,running=true": {
"model": "create:block/mechanical_saw/horizontal",
"y": 270
},
"axis_along_first=true,facing=east,running=true": {
"model": "create:block/mechanical_saw/horizontal",
"y": 270
}
}
}