Skip to content

PG85/OpenTerrainGenerator

1.16.4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1617 commits ahead, 18 commits behind bloodmc:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Contributors Forks Stargazers Issues MIT License 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.

Original developers

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

About

Minecraft Terrain Generator for Bukkit/Spigot/Forge

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENCE.txt
MIT
LICENSE_TC_OLD.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%