Flywheel/src/generated/resources/assets/create/blockstates/belt_tunnel.json
simibubi 785c79786d Get registrated, Part II
- Set up datagen and registrate chains for all remaining blocks
2020-05-22 20:02:07 +02:00

53 lines
No EOL
1.3 KiB
JSON

{
"variants": {
"axis=x,shape=straight": {
"model": "create:block/belt_tunnel/straight"
},
"axis=z,shape=straight": {
"model": "create:block/belt_tunnel/straight",
"y": 90
},
"axis=x,shape=window": {
"model": "create:block/belt_tunnel/window"
},
"axis=z,shape=window": {
"model": "create:block/belt_tunnel/window",
"y": 90
},
"axis=x,shape=halfshade": {
"model": "create:block/belt_tunnel/halfshade"
},
"axis=z,shape=halfshade": {
"model": "create:block/belt_tunnel/halfshade",
"y": 90
},
"axis=x,shape=fullshade": {
"model": "create:block/belt_tunnel/fullshade"
},
"axis=z,shape=fullshade": {
"model": "create:block/belt_tunnel/fullshade",
"y": 90
},
"axis=x,shape=t_left": {
"model": "create:block/belt_tunnel/t_left"
},
"axis=z,shape=t_left": {
"model": "create:block/belt_tunnel/t_left",
"y": 90
},
"axis=x,shape=t_right": {
"model": "create:block/belt_tunnel/t_right"
},
"axis=z,shape=t_right": {
"model": "create:block/belt_tunnel/t_right",
"y": 90
},
"axis=x,shape=cross": {
"model": "create:block/belt_tunnel/cross"
},
"axis=z,shape=cross": {
"model": "create:block/belt_tunnel/cross",
"y": 90
}
}
}