Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/05/18 in all areas

  1. You’re using 32-bit Java, if you have a 64-bit computer then uninstall Java and install the latest 64-bit version from here: https://java.com/en/download/manual.jsp
    1 point
  2. If you don't have a pack.mcmeta file, create it with the following contents and put it in src/main/resources: { "pack": { "pack_format": 3, "description": "Resources for <Your Mod name> mod" } } The ["pack_format":3] bit is what will make it work all lowercase
    1 point
  3. Fair warning that Metadata will be removed in 1.13 [Source]
    1 point
  4. I'm doing it with the class WorldProviderSurface, it works fine, I'll try to handle issues with sleeping and commands. Thank you
    1 point
×
×
  • Create New...

Important Information

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