Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/02/20 in all areas

  1. Use JSON. https://github.com/MinecraftForge/MinecraftForge/blob/1.15.x/src/generated/resources/data/forge/tags/items/arrows.json
    1 point
  2. If you haven't made any config changes delete your config folder
    1 point
  3. Oh geez, I somehow didn't notice the "External Libraries" section in Intellij's sidebar underneath the project. I was too busy looking at the folders inside the project. This is what I get for trying to learn my way around a new IDE and a new set of libraries all at once. Thanks for pointing that out, as well as letting me know which libraries in the list to look at. I also found the event bus code, and along with the explanation, it's making a lot more sense to me now. It's one big object keeping a map of all listener methods to the objects they're listening to. Edit: Thanks to everyone's help, I was able to register a PlayerLoggedInEvent listener with the EVENT_BUS and got my "Hello World!"
    1 point
  4. Thanks for the amazing work, it was such a fast release!
    1 point
  5. Create an Enum Class that implements IItemTier and copy everything from ItemTier and define your custom material type It can be done like this
    1 point
×
×
  • Create New...

Important Information

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