Issue with alex's mobs lava vision potion
sherzzz10 opened this issue ยท 1 comments
Bug Description
When using this mod alongside Alex's mobs, it seemingly disables or breaks the lava vision potions functionality
Reproduction Steps
Use a lava vision potion with embeddium enabled
Log File
https://paste.atlauncher.com/view/8c65b5ac-0e51-4c77-9c7a-a93394711fda
This is caused by them replacing the vanilla fluid renderer hackily here, which is bad practice as only one mod can do it at a time. (Also, it won't work with Embeddium.) Similarly to #80, the best solution would be for them to contribute a proper API to Forge to allow customizing vanilla rendering in the way they need. This would be beneficial to many other mods, and Embeddium can support that properly.