diff --git a/src/main/resources/assets/minetale/models/block/bench/furnace_bottom.json b/src/main/resources/assets/minetale/models/block/bench/furnace_bottom.json index d32f069..91baee3 100644 --- a/src/main/resources/assets/minetale/models/block/bench/furnace_bottom.json +++ b/src/main/resources/assets/minetale/models/block/bench/furnace_bottom.json @@ -32,8 +32,8 @@ } }, { - "from": [4, 8, 2], - "to": [28, 15, 14], + "from": [4, 7.99, 2], + "to": [28, 15.01, 14], "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, "faces": { "north": {"uv": [7, 0, 13, 1.75], "texture": "#0"}, @@ -63,8 +63,8 @@ } }, { - "from": [21, 14, 14], - "to": [11, 8, 2], + "from": [21.01, 14.05, 13.9], + "to": [10.99, 7.95, 2], "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, "faces": { "north": {"uv": [13.5, 4, 16, 5.5], "texture": "#0"}, diff --git a/src/main/resources/assets/minetale/textures/block/bench/furnace.png b/src/main/resources/assets/minetale/textures/block/bench/furnace.png index ed54a5f..398d3dc 100644 Binary files a/src/main/resources/assets/minetale/textures/block/bench/furnace.png and b/src/main/resources/assets/minetale/textures/block/bench/furnace.png differ