From 67644a7608c908f5696f4c2352c85c74d2d857d9 Mon Sep 17 00:00:00 2001 From: "yrsegal@gmail.com" Date: Wed, 11 May 2022 07:22:23 -0400 Subject: [PATCH] oh no this texture is beyond saving waaaaa --- .../hexcasting/models/block/cube_half_mirrored.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } } } ]