Files

34 lines
768 B
JSON

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