VisualOverhaul 4.0.0 - Update to 1.18, Smoker, Blast Furnace, Toggle Potion Glint

- Update to 1.18
- Overhaul Smoker
- Overhaul Blast Furnace
- Add toggle to disable potion glint
This commit is contained in:
Motschen
2021-12-18 15:46:40 +01:00
parent 775d3bd6b2
commit 01f894a184
32 changed files with 936 additions and 493 deletions

View File

@@ -0,0 +1,34 @@
{
"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
}
}
}