Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/18 in all areas

  1. You can separate category names with periods ( . ) when you call Configuration#get to create nested categories, e.g. config.get("general.nested_general", "property_in_nested", 2)
    1 point
  2. Yes, you need to create your own model or extend an existing one.
    1 point
  3. The Forge documentation explains how to set up a workspace here. It explains some of the basics about Blocks here and Items here. Registering things like Blocks and Items is explained here. If you have any specific questions, you can create a topic in the Modder Support section.
    1 point
  4. Depends a lot on what you want to do. I usually recommend Shadowfacts tutorials for the basics.
    1 point
  5. Your model extends from builtin/entity, which means Minecraft expects it to be rendered by a TileEntitySpecialRenderer. Since you don't have one, nothing renders. Ideally you should use a regular baked model for the shield rather than a TESR.
    1 point
  6. Well yea it does, but you could make your own run/debug configuration , that has both mods for the Client and Server
    0 points
×
×
  • Create New...

Important Information

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