Posted August 8, 201312 yr Hi, I've been working on a lately and I was thinking about exporting it as a jar and then running it with the minecraft 1.6.2 launcher. I exported the project as a jar using eclipse juno. Installed forge version 9.10.0.804 on the launcher (yes, my mod is using the same version). I tried to run and everything worked fine. I put my exported jar file in the mods folder. When I tried to run I got the following error: java.lang.NoSuchMethodError: net.minecraft.client.model.ModelRenderer.addBox(FFFIII)Lnet/minecraft/client/model/ModelRenderer; It's weird, because I do not get an error that the class is missing, my mod still finds the class but for some reason the method itself does not seem to exist. I've never bumped in to a problem like this before and have no idea how to resolve it. EDIT: The mod runs fine in eclipse.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.