Create/src/generated/resources/assets/create/blockstates/controller_rail.json

94 lines
3.5 KiB
JSON
Raw Normal View History

{
"variants": {
2021-11-07 04:59:58 +01:00
"backwards=false,shape=north_south,waterlogged=false": {
"model": "create:block/controller_rail/block_north_south"
},
2021-11-07 04:59:58 +01:00
"backwards=true,shape=north_south,waterlogged=false": {
"model": "create:block/controller_rail/block_north_south",
"y": 180
},
2021-11-07 04:59:58 +01:00
"backwards=false,shape=east_west,waterlogged=false": {
"model": "create:block/controller_rail/block_north_south",
"y": 270
},
2021-11-07 04:59:58 +01:00
"backwards=true,shape=east_west,waterlogged=false": {
"model": "create:block/controller_rail/block_north_south",
"y": 90
},
2021-11-07 04:59:58 +01:00
"backwards=false,shape=ascending_east,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 270
},
2021-11-07 04:59:58 +01:00
"backwards=true,shape=ascending_east,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 90
},
2021-11-07 04:59:58 +01:00
"backwards=false,shape=ascending_west,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 270
},
2021-11-07 04:59:58 +01:00
"backwards=true,shape=ascending_west,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 90
},
2021-11-07 04:59:58 +01:00
"backwards=false,shape=ascending_north,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_north"
},
2021-11-07 04:59:58 +01:00
"backwards=true,shape=ascending_north,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 180
},
2021-11-07 04:59:58 +01:00
"backwards=false,shape=ascending_south,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_south"
},
2021-11-07 04:59:58 +01:00
"backwards=true,shape=ascending_south,waterlogged=false": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 180
},
"backwards=false,shape=north_south,waterlogged=true": {
"model": "create:block/controller_rail/block_north_south"
},
"backwards=true,shape=north_south,waterlogged=true": {
"model": "create:block/controller_rail/block_north_south",
"y": 180
},
"backwards=false,shape=east_west,waterlogged=true": {
"model": "create:block/controller_rail/block_north_south",
"y": 270
},
"backwards=true,shape=east_west,waterlogged=true": {
"model": "create:block/controller_rail/block_north_south",
"y": 90
},
"backwards=false,shape=ascending_east,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 270
},
"backwards=true,shape=ascending_east,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 90
},
"backwards=false,shape=ascending_west,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 270
},
"backwards=true,shape=ascending_west,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 90
},
"backwards=false,shape=ascending_north,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_north"
},
"backwards=true,shape=ascending_north,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_south",
"y": 180
},
"backwards=false,shape=ascending_south,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_south"
},
"backwards=true,shape=ascending_south,waterlogged=true": {
"model": "create:block/controller_rail/block_ascending_north",
"y": 180
}
}
}