Incompatible with the Mod "Better Water Mesh"
Mike74846 opened this issue ยท 1 comments
Describe the bug
The Bug is a Visual Problem with your Mod Physic and the Better Water Mesh Physic what not work then all 2 Mods was load. Your Mod will work normal but the Visual effects of the "Better Water Mesh" mod will not work. I hope you can fix it.
To Reproduce
Steps to reproduce the behavior:
- Put FluidloggedAPI V.2.2.7 Mod and Better Water Mesh (https://legacy.curseforge.com/minecraft/mc-mods/better-water-mesh) in the Mod Folders
- Start Minecraft Forge latest version
- Start a new Map and look the waterphysic (Please look the Pictures what I add)
- You see the Incompatible of the 2 Physics
I have hope this new Mod and your mod work but your mod stop the animation of the other Mod. I hope you can a compatible Update make
Screenshot 1+2 was only with the Mod Better Water Mesh Mod
Screenshot 3+4 was with the Mod Better Water4 Mesh Mod and Fluidlogged API Mod make
Screenshots:
Mods:
- Fluidlogged API Version 2.2.7
- Better Water Mesh Version 1.0.0
This issue should be fixed from B.W.M.'s end.
Fluidlogged API effectively disables the vanilla fluid rendering system in favor of forge's far superior system. Right now B.W.M. only makes changes to the vanilla fluid renderer, so when B.W.M. adds support for forge fluids (hopefully by only transforming ModelFluid$BakedFluid::buildQuads
, to keep forge's fluid system), they'll also be able to apply a similar transformer to this mod's BakedModelFluid::buildQuads
for "easy" compatibility.