Crash caused by Lithium passing invalid value to method.
Gamemassa opened this issue ยท 2 comments
Version
Minecraft 1.21
Fabric Loader 0.16.0
Fabric API 0.100.6
Example: lithium-fabric-mc1.21-0.12.7
Reproduction Steps
Load up an existing SP world or try to create a new one with both Lithium and Fuzs' Permanent Sponges mod (other mods may also be causing Lithium to do this but I experienced it with Permanent Sponges). I sent the crash report and latest.log to Fuzs (link to that thread below), and he looked and said it appears that Lithium is passing a
null
block position value to a method that is expecting a non-null value.
Crash Report File
Crash Report:
https://mclo.gs/ECZZ0NK
Latest.log
https://mclo.gs/HbYdUCr
Additional Information
Add the line mixin.block.fluid.flow = false
to lithium.properties in the config folder as a workaround. This is a mod incompatibility issue with permanentsponges