Jump to content

Recommended Posts

Posted

1. You have to show your code.

2. You have a method calls itself that calls itself that calls itself that calls itself that calls itself, ad infinitum. This is causing the StackOverflowError because you are continually adding things to the stack but never removing them.

 

Side note, Failender, it's a different problem, 1 problem per thread.

Don't make mods if you don't know Java.

Check out my website: http://shadowfacts.net

Developer of many mods

Posted

1. You have to show your code.

2. You have a method calls itself that calls itself that calls itself that calls itself that calls itself, ad infinitum. This is causing the StackOverflowError because you are continually adding things to the stack but never removing them.

 

Side note, Failender, it's a different problem, 1 problem per thread.

http://pastebin.com/ze81vQie
Posted

u cant make the parent of ur item ur item.

 

{

    "parent": "ms:builtin/sword_of_chaos",

    "textures": {

        "layer0": "ms:items/sword_of_chaos"

Then what do I make it? I've changed it a couple times but nothing seems to work.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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