mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Fix z-fighting on the hive block
This commit is contained in:
parent
4dcc919d5e
commit
0e1d7e8a51
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 2],
|
||||
"from": [0.001, 0.001, -0.001],
|
||||
"to": [15.999, 15.999, 2],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#all"},
|
||||
"east": {"uv": [14, 0, 16, 16], "texture": "#all"},
|
||||
|
|
Loading…
Reference in a new issue