Pillar model fix
This commit is contained in:
parent
76804a4f09
commit
ef70376ed4
4 changed files with 6 additions and 2 deletions
|
@ -58,6 +58,7 @@
|
|||
"to": [ 15, 16, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
|
||||
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#base", "cullface": "up" },
|
||||
"north": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
"to": [ 15, 16, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
|
||||
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#base", "cullface": "up" },
|
||||
"north": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue