Alex's Caves Depth Glass Visual Issue
mrdrewlego opened this issue ยท 3 comments
Mods with Compat Issue
Alex's Caves
The Issue:
If using Alex's Caves v1.0.5 and embeddium v0.22, the depth glass in Alex's Caves will not function as intended.
Steps to reproduce
- Load Alex's Caves and embeddium with their dependencies.
- Access the blocks of glass from minecraft and depth glass from Alex's Caves.
- Place the blocks underwater to see that the depth glass rendering is not working as intended.
This is most likely caused by the mod modifying the vanilla fluid renderer with a mixin here, which does not work with Embeddium as it replaces the fluid renderer with a faster alternative. I cannot fix it from my end alone without hardcoding special logic for that mod's block, which is not maintainable long-term. I would suggest reporting this to them.
creating a block tag to ignore fluid texture culling could be extremely useful beyond the scope of this issue. For example, if a mod adds some sort of "fake" water that they want to blend seamlessly with the real thing.