Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Lithium 0.13.0 explosion optimization incompatible with Carpet Mod

Heitzenberg opened this issue · 6 comments

commented

Here's the crash report: https://pastebin.com/c3VCVChz

Looks like a compatiblity issue with carpet mod maybe?

commented

Workaround: Manually disable lithium's optimization in the lithium.properties file in the config folder by adding the following line to it:
mixin.world.explosions.cache_exposure=false

This mod incompatibility should also be fixed by the above PR to carpet, but it is uncertain when it will be merged.

commented
commented

Workaround is working for me (mods are lithium, fabric-api, and carpet) on MC 1.21.1 with fabric-loader 0.16.0.

commented

Can confirm

commented

Workaround: Manually disable lithium's optimization in the lithium.properties file in the config folder by adding the following line to it:

mixin.world.explosions.cache_exposure=false

This mod incompatibility should also be fixed by the above PR to carpet, but it is uncertain when it will be merged.

What does disabling this do as far as optimization (ie. extent of impact on regular lithium performance)?