Fix z-fighting on the hive block

This commit is contained in:
Sollace 2024-02-16 12:18:08 +00:00
parent 4dcc919d5e
commit 0e1d7e8a51
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -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"},