Create/src/generated/resources/assets/create/blockstates/controller_rail.json
simibubi ccae111ec8 Reversing the reversed
- Controller rails can now control furnace minecarts
- Controller rails now snap to adjacent rails with the correct facing
- Controller rails no longer get reversed when transitioning to or from a slope in certain orientations
- Controller rails are now craftable
- Fun refactors
- Updated texture
- Recipe adjustments
2020-11-30 15:23:37 +01:00

49 lines
No EOL
1.5 KiB
JSON

{
"variants": {
"backwards=false,shape=north_south": {
"model": "create:block/controller_rail/block_north_south"
},
"backwards=true,shape=north_south": {
"model": "create:block/controller_rail/block_north_south",
"y": 180
},
"backwards=false,shape=east_west": {
"model": "create:block/controller_rail/block_north_south",
"y": 270
},
"backwards=true,shape=east_west": {
"model": "create:block/controller_rail/block_north_south",
"y": 90
},
"backwards=false,shape=ascending_east": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 270
},
"backwards=true,shape=ascending_east": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 90
},
"backwards=false,shape=ascending_west": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 270
},
"backwards=true,shape=ascending_west": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 90
},
"backwards=false,shape=ascending_north": {
"model": "create:block/controller_rail/block_ascending_north"
},
"backwards=true,shape=ascending_north": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 180
},
"backwards=false,shape=ascending_south": {
"model": "create:block/controller_rail/block_ascending_south"
},
"backwards=true,shape=ascending_south": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 180
}
}
}