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

160 lines
5.3 KiB
JSON

{
"variants": {
"axis_along_first=false,facing=down,state=retracted": {
"model": "create:block/mechanical_piston/normal/block",
"x": 180
},
"axis_along_first=true,facing=down,state=retracted": {
"model": "create:block/mechanical_piston/normal/block_rotated",
"x": 180
},
"axis_along_first=false,facing=up,state=retracted": {
"model": "create:block/mechanical_piston/normal/block"
},
"axis_along_first=true,facing=up,state=retracted": {
"model": "create:block/mechanical_piston/normal/block_rotated"
},
"axis_along_first=false,facing=north,state=retracted": {
"model": "create:block/mechanical_piston/normal/block",
"x": 90
},
"axis_along_first=true,facing=north,state=retracted": {
"model": "create:block/mechanical_piston/normal/block_rotated",
"x": 90
},
"axis_along_first=false,facing=south,state=retracted": {
"model": "create:block/mechanical_piston/normal/block",
"x": 90,
"y": 180
},
"axis_along_first=true,facing=south,state=retracted": {
"model": "create:block/mechanical_piston/normal/block_rotated",
"x": 90,
"y": 180
},
"axis_along_first=false,facing=west,state=retracted": {
"model": "create:block/mechanical_piston/normal/block_rotated",
"x": 90,
"y": 270
},
"axis_along_first=true,facing=west,state=retracted": {
"model": "create:block/mechanical_piston/normal/block",
"x": 90,
"y": 270
},
"axis_along_first=false,facing=east,state=retracted": {
"model": "create:block/mechanical_piston/normal/block_rotated",
"x": 90,
"y": 90
},
"axis_along_first=true,facing=east,state=retracted": {
"model": "create:block/mechanical_piston/normal/block",
"x": 90,
"y": 90
},
"axis_along_first=false,facing=down,state=moving": {
"model": "create:block/mechanical_piston/moving/block",
"x": 180
},
"axis_along_first=true,facing=down,state=moving": {
"model": "create:block/mechanical_piston/moving/block_rotated",
"x": 180
},
"axis_along_first=false,facing=up,state=moving": {
"model": "create:block/mechanical_piston/moving/block"
},
"axis_along_first=true,facing=up,state=moving": {
"model": "create:block/mechanical_piston/moving/block_rotated"
},
"axis_along_first=false,facing=north,state=moving": {
"model": "create:block/mechanical_piston/moving/block",
"x": 90
},
"axis_along_first=true,facing=north,state=moving": {
"model": "create:block/mechanical_piston/moving/block_rotated",
"x": 90
},
"axis_along_first=false,facing=south,state=moving": {
"model": "create:block/mechanical_piston/moving/block",
"x": 90,
"y": 180
},
"axis_along_first=true,facing=south,state=moving": {
"model": "create:block/mechanical_piston/moving/block_rotated",
"x": 90,
"y": 180
},
"axis_along_first=false,facing=west,state=moving": {
"model": "create:block/mechanical_piston/moving/block_rotated",
"x": 90,
"y": 270
},
"axis_along_first=true,facing=west,state=moving": {
"model": "create:block/mechanical_piston/moving/block",
"x": 90,
"y": 270
},
"axis_along_first=false,facing=east,state=moving": {
"model": "create:block/mechanical_piston/moving/block_rotated",
"x": 90,
"y": 90
},
"axis_along_first=true,facing=east,state=moving": {
"model": "create:block/mechanical_piston/moving/block",
"x": 90,
"y": 90
},
"axis_along_first=false,facing=down,state=extended": {
"model": "create:block/mechanical_piston/extended/block",
"x": 180
},
"axis_along_first=true,facing=down,state=extended": {
"model": "create:block/mechanical_piston/extended/block_rotated",
"x": 180
},
"axis_along_first=false,facing=up,state=extended": {
"model": "create:block/mechanical_piston/extended/block"
},
"axis_along_first=true,facing=up,state=extended": {
"model": "create:block/mechanical_piston/extended/block_rotated"
},
"axis_along_first=false,facing=north,state=extended": {
"model": "create:block/mechanical_piston/extended/block",
"x": 90
},
"axis_along_first=true,facing=north,state=extended": {
"model": "create:block/mechanical_piston/extended/block_rotated",
"x": 90
},
"axis_along_first=false,facing=south,state=extended": {
"model": "create:block/mechanical_piston/extended/block",
"x": 90,
"y": 180
},
"axis_along_first=true,facing=south,state=extended": {
"model": "create:block/mechanical_piston/extended/block_rotated",
"x": 90,
"y": 180
},
"axis_along_first=false,facing=west,state=extended": {
"model": "create:block/mechanical_piston/extended/block_rotated",
"x": 90,
"y": 270
},
"axis_along_first=true,facing=west,state=extended": {
"model": "create:block/mechanical_piston/extended/block",
"x": 90,
"y": 270
},
"axis_along_first=false,facing=east,state=extended": {
"model": "create:block/mechanical_piston/extended/block_rotated",
"x": 90,
"y": 90
},
"axis_along_first=true,facing=east,state=extended": {
"model": "create:block/mechanical_piston/extended/block",
"x": 90,
"y": 90
}
}
}