Lava has unnecessary gaps between it's quads
djmrFunnyMan opened this issue ยท 8 comments
Bug Description
Sodium introduces gaps between fluid quads to prevent some intersection issues afaik? Afaik this is only supposed to affect water, but lava is also affected, which looks bad with shaders. If the gaps really aren't necessary with the lava then they should just be removed.
Reproduction Steps
Place down a lava bucket and let it flow. Use Complementary shaders with Euphoria Patches then enable lava noise to make the gaps clearly visible.
Log File
Not relevant
Crash Report
Not relevant
I'm afraid fixing that might break mods like Towelette (cause z-fighting)
Sodium could investigate fixing this, since we rewrite the fluid renderer and know if it's water, which is relevant for waterlogging whereas other fluids are not. I'm not sure if such special casing is desired or helpful.
well it's up to Jellysquid, I'd obviously prefer it to be fixed even if it is a vanilla bug