Open Hellysonrp opened 11 years ago
Hello,
Without code I can't really help you, but I'm guessing that you are trying to use ResourceLocation on the server side of the code. ResourceLocation is a file that is only there on the client of Minecraft. You should be able to fix this by adding a client side annotation above wherever you are using it.
On Wed, Sep 11, 2013 at 10:00 PM, Hellysonrp notifications@github.comwrote:
In the code, is importing net.minecraft.util.ResourceLocation, but in the minecraft, this crashes importing net.minecraft.client.resources.ResourceLocation. Its a bug, I think. I fix it creating some folders in the zip (net/minecraft/client/resources) and placing inside the folder a modified ResourceLocation.class (package changed to folder). Please fix it or add the class. Sorry my english, I from Brazil and I not used the translator. :)
— Reply to this email directly or view it on GitHubhttps://github.com/wuppy29/WuppyMods/issues/1 .
Sorry, is not this but is my launcher, my minecraft is pirated. I have change my launcher and I solved this with no bugs. Thanks for your attention.
Nether Eye Mod
In the code, is importing net.minecraft.util.ResourceLocation, but in the minecraft, this crashes importing net.minecraft.client.resources.ResourceLocation. Its a bug, I think. I fix it creating some folders in the zip (net/minecraft/client/resources) and placing inside the folder a modified ResourceLocation.class (package changed to folder). Please fix it or add the class. Sorry my english, I from Brazil and I not used the translator. :)