Encountered an error during the complete event phase: Java NoSuchMethodError
AnonymousHacker1279 opened this issue ยท 1 comments
I have placed the mod into the mods
folder of my development environment. Attempting to launch the game results in a java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.func_71410_x()Lnet/minecraft/client/Minecraft
. Apparently the issue is on line 50: where the Minecraft instance is obtained.
As such I believe this could possibly be an issue with new Forge mappings: at the moment they are 20210309-1.16.5
for me. My Forge is currently at 1.16.5-36.0.48.
I have attached the crash report below.