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"} } }