Immersive Weathering [FORGE]

Immersive Weathering [FORGE]

6M Downloads

Crash at worldgen/entering world (forge)

agentwolf88 opened this issue ยท 4 comments

commented

Possible incompat related to the fluid mixin, possibly not an issue related to us since the log talks about pneumaticraft oil and red sand.

commented

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.

commented

noted thanks

commented

fixed