Jump to content

Recommended Posts

Posted

I did a piece of code yesterday that worked fine , but I open up Eclipse again and it does not seem to work , so could someone hep me with this ?

 

Here are my codes :

 

Main Mod Class : InfinityBow.java

 

  Reveal hidden contents

 

HardWall.java

 

  Reveal hidden contents

 

 

GenBlock.java(just a class to be called for making all blocks I want)

 

  Reveal hidden contents

 

 

Please can someone can help me :)

I am just starting at moding , so I don't know much ....

Posted

try changing

 

  LanguageRegistry.addName(hardWall, "Hard Wall");

 

to

 

  LanguageRegistry.addName(HardWall, "Hard Wall");

Actually i don't know what to write in this signature soooo.... anyway

Posted

I resolved my problem , I did lot's of changes in my code , and splited many things , but i think my problem was taht I did not call properly the class

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.