-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Textures on flowing water blocks are not rendering properly (weird squares are forming behind water blocks) #1216
Comments
Looks like another duplicate of #38 |
Same version, same bug. |
This comment was marked as abuse.
This comment was marked as abuse.
Notice that the issue was closed as a duplicate, because it is known and has been reported already many times. It was not closed because developers don't want it fixed. The lighting engine optimizations have nothing to do with what Sodium does :) |
This comment was marked as abuse.
This comment was marked as abuse.
You are incredibly naive if you think that no one has tried to solve this problem. Transparency sorting is one of the most difficult problems that you may encounter when working with graphics at all. In Discord, developers have returned to this problem and tried to solve it many times. But in the end, they came to the conclusion that the only way to make it fast enough is to use the functions of modern OpenGL. And this means that half of those in need will no longer be able to use Sodium due to outdated hardware. You can't even imagine how many problems in Sodium have yet to be solved. And if you are really interested in following the progress, you can do it in the development channel in the CaffeineMC Discord. But be prepared to read hundreds and thousands of messages daily. Also keep in mind that Sodium is being developed by enthusiasts in their free time. Sodium doesn't sell capes. Donations and creator payouts are too small to allow developers to give up their job and devote themselves entirely to the development of Sodium. So, contribution would be greatly appreciated. By the way, you can track the progress here or here, and explore the previous public attempt to solve it: #519 |
Version information
sodium-fabric-mc1.18.2-0.4.1+build.15
Expected Behavior
This is how it supposed to look correctly rendered water blocks and their textures in vanilla 1.18 :
Actual Behavior
Flowing water textures segment in a weird way causing odd "squares" to form at the back of said water blocks
Example:
Reproduction Steps
Java version
Java 1.18
CPU
AMD APU A8-6600K Quad-Core
GPU
AMD Radeon RX 560 Gigabyte Gaming OC 4GB
Additional information
I tried fiddling with sodium settings even disabling them all this issue still happens.
Issue is not present on vanilla game.
The text was updated successfully, but these errors were encountered: