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 189 forks source link

Crashing 1.19.2 Mod Compatibility #462

Closed CantWeAllDisagree closed 1 year ago

CantWeAllDisagree commented 1 year ago

Version

lithium-fabric-mc1.19.2-0.11.1

Reproduction Steps

  1. Have HWG SmartBrainLib and Azurelib installed.

  2. Launch Minecraft

  3. Crash

Crash Report File

https://paste.atlauncher.com/view/55acd359-33b2-4a43-b660-676e7924c677

pajicadvance commented 1 year ago

Adding the line mixin.ai.task.memory_change_counting=false to the Lithium config file located at .minecraft/config/lithium.properties should let you use both mods together. This will disable one of Lithium's optimizations, however.

CantWeAllDisagree commented 1 year ago

Works thanks!

2No2Name commented 1 year ago

Mod authors can also disable lithium's mixins automatically: https://github.com/CaffeineMC/lithium-fabric/wiki/Disabling-Lithium's-Mixins-using-your-mod's-fabric-mod.json