From 2376759f7fe5c4a4c94b25fda6fe6f005b851fab Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sat, 5 Apr 2025 18:23:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=A8=A1=E5=9E=8B=20b?= =?UTF-8?q?uilding=5Fmisc=5Fa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../models/block/building/building_misc_a.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_misc_a.json b/resourcepack/assets/wheat_plus/models/block/building/building_misc_a.json index 03ba18a..0665249 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_misc_a.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_misc_a.json @@ -9,16 +9,16 @@ }, "elements": [ { - "from": [0, 0, 14], - "to": [16, 8, 16], + "from": [0, 8, 14], + "to": [16, 16, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 16], "texture": "#2", "cullface": "east"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#2", "cullface": "south"}, - "west": {"uv": [14, 8, 16, 16], "texture": "#2", "cullface": "west"}, - "up": {"uv": [0, 14, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#1", "cullface": "down"} + "north": {"uv": [0, 0, 16, 8], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 8], "texture": "#2", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 8], "texture": "#2", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 8], "texture": "#2", "cullface": "west"}, + "up": {"uv": [0, 14, 16, 16], "texture": "#3", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 2], "texture": "#1"} } } ]