Jump to content

Recommended Posts

Posted

Well i was trying to convert my mod to work in non eclipse minecraft and i copyed my com and assets folder to the minecraft folder in /forge/mcp/eclipse

 

when i recompiled and reobfuscated it, i could see they converted into .class files and i then put the com and assets folder into a zip but when i added it to the minecraft mods folder and run the game it threw this error message!

 

I have tryed many ways to make my mod work but i cant find out how

 

i even used pahimars build.xml file and modified it then ran it with the release command and it still didnt work :(

 

Please could anyone help me

 

Important: i use parhimar workspace style!

 

 

 

 

  Reveal hidden contents

 

Posted

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: com.iic.SenSenTechnologies.item.NilinTheHunterDisk.setCreativeTab(Lnet/minecraft/creativetab/CreativeTabs;)Lnet/minecraft/item/Item;

 

If you read the error it, the first line says "java.lang.NoSuchMethodError" so it's trying to call a method that doesn't exist.  It's probably underlined red in your IDE.

 

 

Also I'm confused what else you did, mind explaining a little more in depth how you tried exporting it?  Because it sounds like you did some completely random things.

Posted

Weren't you running the Eclipse workspace inside /Forge/mcp/eclipse/  ? If you did then all you have to do is run the recompile.sh/bat and reobfuscate.sh/bat and everything will be in Forge/mcp/reobf/minecraft/

 

I don't really understand why you would need to move anything into or out of that

Posted
  On 8/3/2013 at 11:09 PM, GotoLink said:

Don't move anything into the bin folder. Ever.

 

^ that

 

Try making setting up the workspace at /Forge/mcp/eclipse/ and importing all the files with eclipse.

  • 4 weeks later...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.