Outdated autoconfig included with mod
MattElek opened this issue ยท 0 comments
Describe the bug
Due to the outdated version of autoconfig1u included with Capes-1.2.2, a non-fatal error is thrown on startup:
[22:30:29] [Render thread/ERROR]: Mod autoconfig1u provides a broken implementation of ModMenuApi
java.lang.NoClassDefFoundError: io/github/prospector/modmenu/api/ModMenuApi
To Reproduce
Clean Minecraft 1.18.2 install with Fabric loader 0.13.3. Installed the following mods (latest version at time of writing):
Fabric API 0.48.0+1.18.2, Fabric Language kotlin 1.7.1+kotlin.1.6.10, ModMenu 3.1.0
Expected behavior
Minecraft launches and loads the mod with no errors
Context (please complete the following information):
- Minecraft version: 1.18.2
- Capes version: Capes-1.2.2+1.18
- Mod list: Fabric-API, Fabric Language Kotlin, Mod Menu
- Server: Singleplayer, multiplayer
Additional context
The version of autoconfig1u (auto-config-updated-api) bundled with the mod is out of date and provides a broken implementation of ModMenuApi. Additionally, autoconfig1u is no longer maintained as a discrete mod, instead being included as part of cloth-config api.