From 6047f58d05bb903c4e6443db73d1459f98fee039 Mon Sep 17 00:00:00 2001 From: Engineer Smith <56016593+EngineerSmith@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:54:59 +0000 Subject: [PATCH] Fix: Culled face on crate --- .../resources/assets/ptdyeplus/models/block/crate/crate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/ptdyeplus/models/block/crate/crate.json b/src/main/resources/assets/ptdyeplus/models/block/crate/crate.json index 9ea873d..2055b8f 100644 --- a/src/main/resources/assets/ptdyeplus/models/block/crate/crate.json +++ b/src/main/resources/assets/ptdyeplus/models/block/crate/crate.json @@ -24,7 +24,7 @@ "to": [16, 2, 16], "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "south"}, + "north": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "north"}, "east": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "east"}, "south": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "west"}, @@ -123,4 +123,4 @@ "children": [0, 1, 2, 3, 4, 5] } ] -} \ No newline at end of file +}