From fc6e38b1f133b7f6878448f52a3261c1bcd1a29d Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sun, 6 Apr 2025 16:38:30 +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=5Fstair=5Frail=5Fh=5Fhalf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../building/building_stair_rail_h_half.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_h_half.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_h_half.json index 493bc7e..ef6c8aa 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_h_half.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_h_half.json @@ -7,15 +7,15 @@ }, "elements": [ { - "from": [0, 14, 7], - "to": [16, 16, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, + "from": [0, 6, 7], + "to": [16, 8, 9], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 0, 8]}, "faces": { - "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "east": {"uv": [7, 0, 9, 2], "texture": "#0", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 2], "texture": "#0", "cullface": "west"}, - "up": {"uv": [0, 7, 16, 9], "texture": "#0", "cullface": "up"}, + "north": {"uv": [0, 8, 16, 10], "texture": "#0"}, + "east": {"uv": [7, 8, 9, 10], "texture": "#0", "cullface": "east"}, + "south": {"uv": [0, 8, 16, 10], "texture": "#0"}, + "west": {"uv": [7, 8, 9, 10], "texture": "#0", "cullface": "west"}, + "up": {"uv": [0, 7, 16, 9], "texture": "#0"}, "down": {"uv": [0, 7, 16, 9], "texture": "#0"} } }