Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/25/25 in all areas

  1. When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
    1 point
×
×
  • Create New...

Important Information

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