dexman545 / Fabric-Autoswitch

Automagical switching of tools to the best one for the job, for Minecraft
https://www.curseforge.com/minecraft/mc-mods/fabric-autoswitch
GNU Lesser General Public License v3.0
25 stars 7 forks source link

1.9.0 crashes on load in 1.5.2 if you have modmenu installed #13

Closed maxvar closed 4 years ago

maxvar commented 4 years ago

It seems that you removed menu integration classes when backporting from 1.16, but left the entrypoint for it in fabric.mod.json. So it throws java.lang.ClassNotFoundException: autoswitch.modmenu.ModMenuImpl. I commented out the modmenu entrypoint in the jar and it fixed the problem.

dexman545 commented 4 years ago

Fixed in 1.9.1