mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-16 22:05:09 +01:00
- Update to 1.18 - Overhaul Smoker - Overhaul Blast Furnace - Add toggle to disable potion glint
34 lines
752 B
JSON
34 lines
752 B
JSON
{
|
|
"variants": {
|
|
"facing=east,lit=false": {
|
|
"model": "minecraft:block/smoker",
|
|
"y": 90
|
|
},
|
|
"facing=east,lit=true": {
|
|
"model": "minecraft:block/smoker_on",
|
|
"y": 90
|
|
},
|
|
"facing=north,lit=false": {
|
|
"model": "minecraft:block/smoker"
|
|
},
|
|
"facing=north,lit=true": {
|
|
"model": "minecraft:block/smoker_on"
|
|
},
|
|
"facing=south,lit=false": {
|
|
"model": "minecraft:block/smoker",
|
|
"y": 180
|
|
},
|
|
"facing=south,lit=true": {
|
|
"model": "minecraft:block/smoker_on",
|
|
"y": 180
|
|
},
|
|
"facing=west,lit=false": {
|
|
"model": "minecraft:block/smoker",
|
|
"y": 270
|
|
},
|
|
"facing=west,lit=true": {
|
|
"model": "minecraft:block/smoker_on",
|
|
"y": 270
|
|
}
|
|
}
|
|
} |