This commit is contained in:
paulevsGitch 2020-12-17 12:14:12 +03:00
parent 4910c0568e
commit cc412d512b
2 changed files with 4 additions and 3 deletions

View file

@ -15,8 +15,8 @@
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 0, 4, 16, 16 ], "texture": "#front", "cullface": "south" },
"north": { "uv": [ 0, 4, 16, 16 ], "texture": "#front", "cullface": "north" },
"south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" }
}