Fluidlogged API

Fluidlogged API

305k Downloads

Ticking entity crash

juraj-hrivnak opened this issue ยท 2 comments

commented

Describe the bug
After updating to 1.8.1b from 1.8.0b, the game crashes when you toss items into any liquid.
The Greenery mod is necessary here, so it could probably be its fault.

To Reproduce

  1. Install the following mods:
    • Fluidlogged-API - 1.8.1b
    • Greenery - 1.4
    • Shadowfacts' Forgelin (Dependency)
  2. Throw some items into the water.
  3. Crash.

Logs
Latest Log
Crash Report

commented

from my testing this crash happens when an entity collides with a fluid block that doesn't use IExtendedBlockState ( BlockLiquid & BlockFluidBase use it for example). I'll add a check for "pseudo waterlogged blocks" (ie. the blocks from Greenery & Coralreef) next version

commented

fixed in v1.8.1c