/OpenTerrainGenerator

Minecraft Terrain Generator for Bukkit/Spigot/Forge

Primary LanguageJavaMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License Discord


Logo

OpenTerrainGenerator by Team OTG

Minecraft's Leading Data-Driven Worldgen Engine
Explore the docs »

See Our Presets · Report Bugs · Join our Discord

OpenTerrainGenerator by Team OTG

OpenTerrainGenerator for MC 1.16.x is under development, alpha builds are available in the dev-releases channel of the OTG Discord.

OTG 1.16.x 0.1.0 will be the first public beta release for 1.16.x, available via CurseForge. Once 0.1.0 is released, the 1.16.4 branch will be promoted to default/main. See the milestones for open issues/progress.

Team OTG

We're always looking for people to contribute or collaborate with. For OTG 1.16, we've completely cleaned up and overhauled the codebase with the aim of making things more modular, so developers and collaborators can implement new settings and modes such as terrain generation noise. If you'd like to contribute, collaborate or become part of Team OTG, join us on the OTG Discord!

Installation / building

  • As with Forge mods, download the repo, then run /gradlew genEclipseRuns, then /gradlew eclipse (for Eclipse IDE).
  • To create a release jar in the build folder, update the build version in build.gradle, then run /gradlew createReleaseJar.
  • If you're having problems, make a sacrifice to the gradle gods and/or run /gradlew clean and /gradlew --refresh-dependencies.

IntelliJ Building Instructions

  • Instead of running /gradlew genEclipseRuns, just run /gradlew genIntellijRuns.
  • Then, all you have to do is Open IntelliJ and import the project folder, make sure you Trust the gradle project, and IntelliJ will do the rest :)
  • Follow the same instructions that you do for Eclipse if you want to build -- do note that IntelliJ has a gradle GUI that you can use once you've imported the project. (Should be on the right of the code.)

Dev Builds

There are dev builds available for 1.16.5 here.

Dev builds for 1.17.1 are available here.

Dev builds for 1.18.1 are available here.

You will NOT get official support for dev builds, and they may break. Please use the mod jars available to you on CurseForge and the OTG Discord.

Links

Original developers

OpenTerrainGenerator is a fork of Terrain Control, which is the successor to PhoenixTerrainMod, which was based on BiomeTerrainMod.