Crash at worldgen/entering world (forge)
agentwolf88 opened this issue ยท 4 comments
Possible incompat related to the fluid mixin, possibly not an issue related to us since the log talks about pneumaticraft oil and red sand.
The problem here is your direct reference to the fluid
field in your WaterMixin#shouldSpreadFluid()
method. The Forge getFluid()
method must be used here since the fluid is only available through the Forge-added supplier for modded fluids.