So im not talking about the api, i added the mod itself to my dependencies so i can hook into it, but because the mod uses an old function somewhere which is gone now i can't start debug.
I deobfuscated the api, still the same error:
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.func_71410_x()Lnet/minecraft/client/Minecraft;
Hello,
I'm trying to make an addon for an plugin. The plugin provides an api which is very good, but i'm stumbling upon one error:
The mod uses an function that gets the minecraft instance, but the function isn't there in the forge version i have now.
Any clues to how to fix this?
Thanks