Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/27/19 in all areas

  1. Update to the latest version of Java 8. https://adoptopenjdk.net
    1 point
  2. Please provide your installer log, it will have the same name as the installer but with .log on the end: Installer: forge-{version}-installer.jar Log: forge-{version}-installer.jar.log Note: If you have Windows Explorer set to hide file extensions(as is the default setting), they will look like this: Installer: forge-{version}-installer Log: forge-{version}-installer.jar Edit: Wait a sec, why are you installing THAT version of Forge?
    1 point
  3. Use Minecraft's Structure Blocks to save a structure to NBT, which you can then use in code to load the structure. Create a new Template instance with the resource location of your structure.nbt file, and call Template#addBlocksToWorld to spawn the structure. You can do this in your WorldGenerator class.
    0 points
×
×
  • Create New...

Important Information

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