Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fixed rods z fighting with fluid rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 12, 2024
1 parent 73e567f commit 4ef854d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"loader": "antimatter:machine_side",
"credit": "Made with Blockbench",
"credit": "Made with Blockbench",
"elements": [
{
"from": [14, 0, 0],
Expand All @@ -19,9 +18,10 @@
}
},
{
"from": [14, 2, 2],
"to": [14, 14, 14],
"from": [14.01, 2, 2],
"to": [14.01, 14, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]},
"color": 1,
"faces": {
"east": {"uv": [2, 2, 14, 14], "texture": "#missing"}
}
Expand All @@ -36,5 +36,6 @@
"color": 0,
"children": [2]
}
]
],
"loader": "antimatter:machine_side"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"loader": "antimatter:machine_side",
"credit": "Made with Blockbench",
"elements": [
{
Expand All @@ -19,8 +18,9 @@
}
},
{
"from": [2, 2, 2],
"to": [14, 14, 2],
"from": [2, 2, 1.99],
"to": [14, 14, 1.99],
"color": 7,
"faces": {
"north": {"uv": [2, 2, 14, 14], "texture": "#missing"}
}
Expand All @@ -35,5 +35,6 @@
"color": 0,
"children": [2]
}
]
],
"loader": "antimatter:machine_side"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"loader": "antimatter:machine_side",
"credit": "Made with Blockbench",
"credit": "Made with Blockbench",
"elements": [
{
"from": [0, 0, 14],
Expand All @@ -19,9 +18,10 @@
}
},
{
"from": [2, 2, 14],
"to": [14, 14, 14],
"from": [2, 2, 14.01],
"to": [14, 14, 14.01],
"rotation": {"angle": 0, "axis": "y", "origin": [2, 2, 0]},
"color": 1,
"faces": {
"south": {"uv": [2, 3, 13, 13], "texture": "#missing"}
}
Expand All @@ -36,5 +36,6 @@
"color": 0,
"children": [2]
}
]
],
"loader": "antimatter:machine_side"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"loader": "antimatter:machine_side",
"credit": "Made with Blockbench",
"elements": [
{
Expand All @@ -19,8 +18,9 @@
}
},
{
"from": [2, 2, 2],
"to": [2, 14, 14],
"from": [1.99, 2, 2],
"to": [1.99, 14, 14],
"color": 4,
"faces": {
"west": {"uv": [2, 2, 14, 14], "texture": "#missing"}
}
Expand All @@ -35,5 +35,6 @@
"color": 0,
"children": [2]
}
]
],
"loader": "antimatter:machine_side"
}

0 comments on commit 4ef854d

Please sign in to comment.