Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Crash caused by Lithium passing invalid value to method.

Gamemassa opened this issue ยท 2 comments

commented

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

Fuzss/permanentsponges#5

commented

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

commented

Should be fixed since the latest release