no need to fight

- fixed some commonly visible z-fighting between hoppers and deployers, presses and mixers
This commit is contained in:
zelophed 2024-03-01 13:10:14 +01:00
parent 72cc98203e
commit 65ba241e22
3 changed files with 17 additions and 17 deletions

View file

@ -8,8 +8,8 @@
"elements": [
{
"name": "Pole1Core",
"from": [6, 6, 4],
"to": [10, 10, 12],
"from": [5.995, 5.995, 4],
"to": [10.005, 10.005, 12],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 10]},
"faces": {
"east": {"uv": [1, 6, 5, 14], "rotation": 90, "texture": "#mechanical_press_pole"},
@ -20,8 +20,8 @@
},
{
"name": "Pole2Core",
"from": [6, 6, -9],
"to": [10, 10, 4],
"from": [5.995, 5.995, -9],
"to": [10.005, 10.005, 4],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 10]},
"faces": {
"north": {"uv": [11, 6, 15, 10], "rotation": 270, "texture": "#mechanical_press_pole"},
@ -39,4 +39,4 @@
"children": [0, 1]
}
]
}
}

View file

@ -24,8 +24,8 @@
},
{
"name": "Pole1Core",
"from": [6, 9, 6],
"to": [10, 19, 10],
"from": [5.995, 9, 6],
"to": [10.005, 19, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 8]},
"faces": {
"east": {"uv": [6, 6, 10, 16], "texture": "#mechanical_press_pole"},
@ -61,8 +61,8 @@
},
{
"name": "Pole2Core",
"from": [6, 19, 6],
"to": [10, 32, 10],
"from": [5.995, 19, 6],
"to": [10.005, 32, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"east": {"uv": [6, 0, 10, 13], "texture": "#mechanical_press_pole"},
@ -97,4 +97,4 @@
}
}
]
}
}

View file

@ -7,8 +7,8 @@
"elements": [
{
"name": "Pole1Core",
"from": [5.95, 4, 6],
"to": [10.05, 14, 10],
"from": [5.995, 4, 6],
"to": [10.005, 14, 10],
"faces": {
"east": {"uv": [6, 6, 10, 16], "texture": "#mechanical_press_pole"},
"west": {"uv": [6, 6, 10, 16], "texture": "#mechanical_press_pole"}
@ -16,8 +16,8 @@
},
{
"name": "Pole2Core",
"from": [5.95, 14, 6],
"to": [10.05, 27, 10],
"from": [5.995, 14, 6],
"to": [10.005, 26.995, 10],
"faces": {
"east": {"uv": [6, 0, 10, 13], "texture": "#mechanical_press_pole"},
"west": {"uv": [6, 0, 10, 13], "texture": "#mechanical_press_pole"},
@ -49,7 +49,7 @@
{
"name": "Pole2Side",
"from": [5, 14, 10],
"to": [11, 27, 11],
"to": [11, 26.995, 11],
"faces": {
"north": {"uv": [0, 0, 6, 13], "texture": "#mechanical_press_pole"},
"east": {"uv": [0, 0, 1, 13], "texture": "#mechanical_press_pole"},
@ -61,7 +61,7 @@
{
"name": "Pole2Side",
"from": [5, 14, 5],
"to": [11, 27, 6],
"to": [11, 26.995, 6],
"faces": {
"north": {"uv": [0, 0, 6, 13], "texture": "#mechanical_press_pole"},
"east": {"uv": [0, 0, 1, 13], "texture": "#mechanical_press_pole"},
@ -84,4 +84,4 @@
}
}
]
}
}