Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Crash with gigeresque

benio1394 opened this issue ยท 3 comments

commented

Version

1.19.2 0.10.4

Reproduction Steps

Launching game with every version of gigeresque mod causes game crash. Unfortunably without crash log. I have only logs from console

Crash Report File

https://pastebin.com/6t8sxrnL

commented

Add
mixin.ai.task.memory_change_counting=false
to the lithium.properties file in the config folder to work around it.
If you report to the gigeresque mod, you can link https://github.com/CaffeineMC/lithium-fabric/wiki/Disabling-Lithium's-Mixins-using-your-mod's-fabric-mod.json to them.

commented

Add mixin.ai.task.memory_change_counting=false to the lithium.properties file in the config folder to work around it. If you report to the gigeresque mod, you can link https://github.com/CaffeineMC/lithium-fabric/wiki/Disabling-Lithium's-Mixins-using-your-mod's-fabric-mod.json to them.

This likely is due to the AI library we use, SmartBrainLib that extends the Minecraft Brain AI.

commented

I have sent a PR to SmartBrainLib now for this!