oh no this texture is beyond saving waaaaa

This commit is contained in:
yrsegal@gmail.com 2022-05-11 07:22:23 -04:00
parent d71ad0c7e3
commit 67644a7608

View file

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