When starting Minecraft via LabyMod, the game crashes during launch with the following error:
|| InvalidInjectionException: cannot inject into ... merged by net.labymod.v1_21_4.mixins.client.screen.MixinChatScreen
Mixin apply for mod wynntils failed: ChatScreenMixin
||
Cause:
This is a mixin conflict between Wynntils and LabyMod. Both mods try to modify the Minecraft chat screen class, but LabyMod already overwrites it, which causes Wynntils' injection to fail. As a result, Minecraft crashes before reaching the main menu.
Conclusion:
➡️ Wynntils is currently incompatible with LabyMod on Minecraft 1.21.4.
What can i do?