Files
minecraft-assets/assets/minecraft/blockstates/smoker.json
2020-03-04 20:43:00 +00:00

34 lines
752 B
JSON

{
"variants": {
"facing=east,lit=false": {
"y": 90,
"model": "minecraft:block/smoker"
},
"facing=east,lit=true": {
"y": 90,
"model": "minecraft:block/smoker_on"
},
"facing=north,lit=false": {
"model": "minecraft:block/smoker"
},
"facing=north,lit=true": {
"model": "minecraft:block/smoker_on"
},
"facing=south,lit=false": {
"y": 180,
"model": "minecraft:block/smoker"
},
"facing=south,lit=true": {
"y": 180,
"model": "minecraft:block/smoker_on"
},
"facing=west,lit=false": {
"y": 270,
"model": "minecraft:block/smoker"
},
"facing=west,lit=true": {
"y": 270,
"model": "minecraft:block/smoker_on"
}
}
}