From 26236a5b0799b603423f5ad75d8f693af2f32b63 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Mon, 26 Jun 2023 23:50:50 +0600 Subject: [PATCH] Fix twin plate press texture funny --- .../models/block/twin_plate_press_working.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/twin_plate_press_working.json b/src/main/resources/assets/overdrive_that_matters/models/block/twin_plate_press_working.json index 96ab82259..1eaa521f3 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/twin_plate_press_working.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/twin_plate_press_working.json @@ -70,7 +70,7 @@ "from": [1, 8, 3], "to": [9, 15, 15], "faces": { - "north": {"uv": [0, 2, 8.5, 15.9], "texture": "#1"}, + "north": {"uv": [0, 2, 16, 16], "texture": "#1"}, "east": {"uv": [14, 12.5, 11, 16], "texture": "#0"}, "south": {"uv": [14, 12.5, 16, 16], "texture": "#0"}, "west": {"uv": [11, 12.5, 14, 16], "texture": "#0"}, @@ -226,7 +226,7 @@ "from": [1, 0, 3], "to": [9, 7, 15], "faces": { - "north": {"uv": [0, 2, 8, 16], "texture": "#2"}, + "north": {"uv": [0, 2, 16, 16], "texture": "#2"}, "east": {"uv": [14, 12.5, 11, 16], "texture": "#0"}, "south": {"uv": [14, 12.5, 16, 16], "texture": "#0"}, "west": {"uv": [11, 12.5, 14, 16], "texture": "#0"},