From 0e1d7e8a51da39b1765a47bffb09d9be4f375b38 Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 16 Feb 2024 12:18:08 +0000 Subject: [PATCH] Fix z-fighting on the hive block --- .../resources/assets/unicopia/models/block/hive_side.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"},