Ticking entity crash
juraj-hrivnak opened this issue ยท 2 comments
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
- Install the following mods:
- Fluidlogged-API - 1.8.1b
- Greenery - 1.4
- Shadowfacts' Forgelin (Dependency)
- Throw some items into the water.
- Crash.
Logs
Latest Log
Crash Report
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