diff --git a/Common/src/main/resources/assets/hexcasting/models/block/cube_half_mirrored.json b/Common/src/main/resources/assets/hexcasting/models/block/cube_half_mirrored.json index 71656e1e..f2b67794 100644 --- a/Common/src/main/resources/assets/hexcasting/models/block/cube_half_mirrored.json +++ b/Common/src/main/resources/assets/hexcasting/models/block/cube_half_mirrored.json @@ -7,12 +7,12 @@ { "from": [ 0, 0, 0 ], "to": [ 16, 16, 16 ], "faces": { - "down": { "uv": [16, 16, 0, 0], "texture": "#all", "cullface": "down" }, - "up": { "uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up" }, - "north": { "uv": [16, 16, 0, 0], "texture": "#all", "cullface": "north" }, - "south": { "uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south" }, - "west": { "uv": [16, 16, 0, 0], "texture": "#all", "cullface": "west" }, - "east": { "uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east" } + "down": { "uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down" }, + "up": { "uv": [16, 0, 0, 16], "texture": "#all", "cullface": "up" }, + "north": { "uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north" }, + "south": { "uv": [16, 0, 0, 16], "texture": "#all", "cullface": "south" }, + "west": { "uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#all", "cullface": "east" } } } ]