oh no this texture is beyond saving waaaaa
This commit is contained in:
parent
d71ad0c7e3
commit
67644a7608
1 changed files with 6 additions and 6 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue