java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid (WAWLA interraction)
kane-thornwyrd opened this issue ยท 4 comments
Hello, thank you for your awesome mod.
Scenario:
Crash when hovering the witchwater bucket in the creative inventory.
Issue mirrored as Darkhax-Minecraft/WAWLA#60
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.