Skip to content

Commit

Permalink
Fixed Soul Surge Z-Fighting when having Sodium installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 28, 2024
1 parent 2f384b0 commit 35a54af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 1.10.2
* Changed the Soul Laser Base to have a soul capability and the pipe network will now store the souls extracted from the pipes
* Added a lens background to the Soul Laser Base slot
* Fixed Soul Surge Z-Fighting when having Sodium installed

# Version 1.10.1
* Added comparator support for the Soul Laser Base closes #11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"1": "industrialforegoingsouls:block/soul_pipe_animation",
"particle": "industrialforegoingsouls:block/soul_pipe"
},
"render_type": "minecraft:cutout",
"elements": [
{
"from": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"to": [12, 12, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -3]},
"faces": {
"north": {"uv": [0, 0, 4, 4], "texture": "#3"},
"north": {"uv": [0, 4.5, 4, 8.5], "texture": "#3"},
"east": {"uv": [9, 0, 16, 8], "rotation": 180, "texture": "#2"},
"west": {"uv": [9, 0, 16, 8], "texture": "#2"},
"up": {"uv": [0, 8, 7, 16], "rotation": 90, "texture": "#2"},
Expand All @@ -51,19 +51,6 @@
"down": {"uv": [12, 0, 13, 5], "rotation": 90, "texture": "#3"}
}
},
{
"from": [3, 3, 11],
"to": [13, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 16]},
"faces": {
"north": {"uv": [9, 5, 4, 10], "texture": "#3"},
"east": {"uv": [13, 0, 11, 5], "texture": "#3"},
"south": {"uv": [9, 0, 4, 5], "texture": "#3"},
"west": {"uv": [13, 0, 11, 5], "texture": "#3"},
"up": {"uv": [13, 0, 11, 5], "rotation": 90, "texture": "#3"},
"down": {"uv": [13, 0, 11, 5], "rotation": 90, "texture": "#3"}
}
},
{
"from": [3, 3, 11],
"to": [13, 13, 16],
Expand Down

0 comments on commit 35a54af

Please sign in to comment.