mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"from": [0, 0, 0],
|
"from": [0.001, 0.001, -0.001],
|
||||||
"to": [16, 16, 2],
|
"to": [15.999, 15.999, 2],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 16, 16], "texture": "#all"},
|
"north": {"uv": [0, 0, 16, 16], "texture": "#all"},
|
||||||
"east": {"uv": [14, 0, 16, 16], "texture": "#all"},
|
"east": {"uv": [14, 0, 16, 16], "texture": "#all"},
|
||||||
|
|
Loading…
Reference in a new issue