Ex Nihilo Omnia

Ex Nihilo Omnia

2M Downloads

java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid (WAWLA interraction)

kane-thornwyrd opened this issue ยท 4 comments

commented

Hello, thank you for your awesome mod.

Scenario:
Crash when hovering the witchwater bucket in the creative inventory.

Logs

Issue mirrored as Darkhax-Minecraft/WAWLA#60

commented

Fixed with the new universal porcelain bucket

commented

Also crash on Forge 12.18.2.2151

commented

I believe this issue is on ExNihiloOmnia's end. Wawla is calling FluidUtil#getFluidContained(ItemStack stack) on your stack. That is a utility provided by forge and should just return null if a FluidStack can not be created.

commented

Fix confirmed in version 1.2.0 ! Thank you for your hard work !