-
Notifications
You must be signed in to change notification settings - Fork 148
Frequently Asked Questions
Jadran Kotnik edited this page Jan 22, 2015
·
11 revisions
java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft
You have downloaded the wrong file. You have to download the file that has -universal
, -client
or -server
in the filename.
There are a few options.
- You might be using an outdated Forge version. Update to at least 1185.
- Your mod file has the wrong file extension. Sometimes some browsers download mods files and randomly append
.zip
to the original filename, resulting in a.jar.zip
extension. The filename must end in.jar
only!
java.lang.ClassCastException: net.minecraft.nbt.NBTTagString cannot be cast to net.minecraft.nbt.NBTTagShort
The schematic you're trying to use has been saved in Minecraft 1.7+ and can't be loaded in Minecraft 1.6.4 or earlier.
- When MinecraftForge for X.Y.Z is out.
- When I'll have enough time to finish the update in a decent time frame.
Just be patient and wait. Some updates are easy, some are hard. The time required to update greatly depends on that. Just remember: each minute I have to spend reading "when will you update for X.Y.Z" is possibly a wasted minute that could be spent on the update itself.