diff --git a/src/main/resources/assets/unicopia/models/block/hive_side.json b/src/main/resources/assets/unicopia/models/block/hive_side.json index 95bf811c..590f49eb 100644 --- a/src/main/resources/assets/unicopia/models/block/hive_side.json +++ b/src/main/resources/assets/unicopia/models/block/hive_side.json @@ -5,8 +5,8 @@ }, "elements": [ { - "from": [0, 0, 0], - "to": [16, 16, 2], + "from": [0.001, 0.001, -0.001], + "to": [15.999, 15.999, 2], "faces": { "north": {"uv": [0, 0, 16, 16], "texture": "#all"}, "east": {"uv": [14, 0, 16, 16], "texture": "#all"},