Entry in block.properties causes water to not work in Sora Shaders
Pizzabelly opened this issue ยท 1 comments
What happened?
Right now in Iris, Sora Shaders (tested with version 1.12) water only shows reflections. Removing line block.8 = water
in block.properties fixes the issue as far as I can tell, but it works in Optifine with that line still in.
block.properties.zip
Screenshots
Iris, Sora Shaders 1.12
Iris, Sora Shaders 1.12 block.8 = water
removed from block.properties
Optifine, Sora Shaders 1.12
Optifine, Sora Shaders 1.12 block.8 = water
removed from block.properties
Log output
Minecraft Version
Minecraft 1.19.2
Iris Version
iris-mc1.19.2-1.4.0.jar
Operating System
Windows 10
What is your GPU?
Nvidia GeForce GTX 1070
Additional context
No response
hey, i know this is an old post, but i found a fix for this in newer versions. from my testing, the problem is the texture used for the wave pattern.
the solution that worked for me was color editing water.jpg then saving it as a png, as well as renaming water.jpg.mcmeta
to water.png.mcmeta
alternatively you could just replace the water.jpg file with the water.png file from projectLUMA (the og shader that sora is an edit of), but at that point you'd probably just be better using projectLUMA as the differences are minimal & it's more updated.
i just opted to edit the existing file so that the colors were matched with how other newer shaders seem to color them (with reds+blacks rather than greys+whites), like this:
after saving the image as a png & changing the other file name to match, the wave pattern was back to how it was before.