TL;DR: This mod fixes the issue where lava become tranparent when using Alex's Mobs and certain shaders but it disables Lava Vision Potion.
Alex's Mobs makes lava transparent when some shaders are activated (like SEUS).
This mod fixes that but it also make Lava Vision Potions useless.
This could be helpful when playing large mods packs like Vault Hunters with shaders.
Why does this happen:
Alex's Mobs moves lava off the solid render layer so its Lava Vision potion can
see through it. Vanilla rendering looks unchanged, because the lava texture is
fully opaque. But most shader packs decide whether a surface is transparent from
which render pass drew it, not from the texture's alpha — so lava gets treated
like glass or water, refracted, and rendered completely see-through.
How it works:
Once every mod has finished loading, this mod puts lava back on the solid render
layer. The timing is deliberate — Alex's Mobs applies its change during client
setup, so anything earlier would just get overwritten. The one trade-off is that the Lava Vision potion loses its see-through effect. Set 'restoreLavaSolid' to false in the config to turn the fix off (requires a restart).
Notice:
-This mod does not require Alex's Mobs to work, tho I can't think of any reason why you would download this mod without Alex's Mobs.
-AI was involved during the making of this mod, so do not download this mod if you're allergic to AIs.