Crash when other mods bundle old ModMenu API
the-unheard opened this issue ยท 4 comments
Caused by: java.lang.NoClassDefFoundError: io/github/prospector/modmenu/api/ModMenuApi
This is a bit odd, since the 1.18.1 version should have no more references to the old io.github.prospector
API...
@the-unheard Can you reproduce the crash with fewer mods installed? I'm guessing some other mod might bundle a bad version of the Mod Menu API.
If you only install ModSettings, or only install ModSettings and Mod Menu -- does it still crash?
I can confirm the Crash with the following Mods, every Mod + Fabric + Minecraft latest version:
- https://www.curseforge.com/minecraft/mc-mods/capes
- https://www.curseforge.com/minecraft/mc-mods/auto-config-updated-api
They all use Auto Config Updated API (the one Mod is it), which uses in the newest version, the old Mod Menu API, on their GitHub Repo it seems already fixed (https://github.com/shedaniel/AutoConfig/pull/32/files)
- https://www.curseforge.com/minecraft/mc-mods/auto-torch uses also the old Mod Menu API