CaffeineMC / lithium-fabric

A Fabric mod designed to improve the general performance of Minecraft without breaking things
GNU Lesser General Public License v3.0
1.94k stars 190 forks source link

Crash with gigeresque #447

Closed benio1394 closed 1 year ago

benio1394 commented 1 year ago

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

2No2Name commented 1 year ago

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.

AzureDoom commented 1 year ago

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.

AzureDoom commented 1 year ago

I have sent a PR to SmartBrainLib now for this!