Jump to content

Recommended Posts

Posted

I am working on my first mod and I am getting an error when I try to test my mod through Eclipse

 

  Reveal hidden contents

 

 

I have a main class, an extended block class, an extended item class and an extended creative item tab class, none of which show up when I run the code. In addition the code does not properly build to a jar file so I can't test it that way.

Posted

there's nothing in the text you posted.

 

start slowly, don't get ahead of yourself.

 

step 1: do a System.out.PrintLn("-----------some text") in your mod's init method. just that - no blocks, no extra classes, no events, nothing. and see if you get a line in console when the game starts.

 

only after that start adding stuff.

and do it one by one. there is no reason to introduce your own creative page until you can take a working block from existing page or via give command.

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.