Note: Both servers and clients running OTG will require more memory than vanilla Minecraft. If you are experiencing long/endless world loading times or other performance issues it is recommended you increase Minecraft’s allocated memory to 2gb+.
Download links to Team OTG presets:
Download links to community presets
- Dregora
- Terra Incognita
- Dungeoneering
- Mysource Testworld
- Provided by Wahrheit, who purchased the rights from mysource.
- Traveler’s Dream
1.16 and above Installation instructions
Presets are being updated for 1.16.x and will be available on CurseForge as soon as possible. In the mean time, 1.12.2 presets can be used with OTG 1.16.x. See also: Installing OTG
Installing jars created with PresetPacker
OTG 1.16 and above includes support for the newest iteration of PresetPacker, which allows presets to be distributed in easy-to-use .jar format for both Forge and Spigot/Paper. The process for installing presets created with PresetPacker is simple.
Forge Single-Player
- Download the packed .jar file for the preset you want to use. The preset must be packed with PresetPacker and updated for 1.16 and above
- Install the preset by copying the .jar file to your
mods
folder - Select the OpenTerrainGenerator world type in the world creation menu and select your desired preset
Forge Server
- Download the packed .jar file for the preset you want to use. The preset must be packed with PresetPacker and updated for 1.16 and above
- Install the preset by copying the .jar file to your
mods
folder - Configure
server.properties
:- Set
level-type: otg
andgenerator-settings: presetname
.presetname
should match either the folder name of one of your installed presets (/config/OpenTerrainGenerator/Presets/
for Forge), or the name of a .yaml file in the/OpenTerrainGenerator/DimensionConfigs/
folder.
- Set
Spigot/Paper
- Download the packed .jar file for the preset you want to use. The preset must be packed with PresetPacker and updated for 1.16 and above.
- Install the preset by copying the .jar file to your
mods
folder for Forge orplugins
folder for Spigot/Paper - Configure
bukkit.yml
or Multiverse for Spigot/Paper- bukkit.yml:
worlds: world_name: generator: OpenTerrainGenerator:Wildlands
- Multiverse:
/mv create my_world_name normal -g OpenTerrainGenerator:PresetName
(e.g./mv create vanilla_vistas normal -g "OpenTerrainGenerator:Vanilla Vistas"
for a preset name that contains spaces)
- bukkit.yml:
Using 1.12.2 presets with OTG 1.16.x
1.12.2 preset jars (like Biome Bundle.jar) downloaded from CurseForge will not automatically install for 1.16.x. However, you can unpack the .jar and copy preset files yourself:
- Use an app like WinRar to unpack the .jar like you’d unpack a .zip or .rar file.
- Find the preset folder(s) in unpackedjar/assets/worldpacker/presetname.
- Copy the preset folder(s) to config/OpenTerrainGenerator/Presets/ for Forge or plugins/OpenTerrainGenerator/Presets/ for Spigot/Paper.
- This way, 1.12.2 presets can be used with OTG 1.16.5, however presets will need to be updated to make use of all the new features.
Note: When using 1.12.2 presets with OTG 1.16.5, some mods don’t work due to missing biome categories or biome dictionary tags in OTG biomes, configured via the BiomeConfig (.bc) files. Ice and Fire requires the “overworld” tag for example, which is not configured for 1.12.2 OTG presets. Presets are being updated and will be released on CurseForge. Users can also manually add categories/tags to BiomeConfig (.bc) files (BiomeCategory:
, BiomeDictTags:
).
Generating a default “vanilla worldgen” preset to edit
If no world preset is installed, when generating a world OTG will generate a set of configs that approximate ‘vanilla’ Minecraft world generation in the /OpenTerrainGenerator/Presets/Default folder (found in either the /mods or /plugins folder depending on platform).
1.12 and below Installation instructions
Forge Single Player
- Install OTG
- Download the .jar for your desired world preset from the links above and put it in the
/mods
folder. - Select the world from the world creation menu in-game.
Forge Server
- Install OTG
- Download the .jar for your desired world preset from the links above and put it in the
/mods
folder. - Go to the server.properties file and change the following two settings (replacing
with the name of the world preset (ie, level-name=Biome Bundle):
level-type=OTG
level-name=worldname
Note: If you have already generated any chunks with vanilla or other world settings, delete the world folder of your main world to begin generating one with the correct level type.
Spigot server
Watch the video tutorial or follow the instructions below
- Install OTG
- Run the server once to create the /plugins/OpenTerrainGenerator folder
- Delete the world folders for the world that was generated
- Download the .jar for your desired world preset from the links above and open it with WinRaR or 7zip
- Do not put the world preset .jar in the plugins folder
- The folder structure should be: \assets\worldpacker<worldname> (where in place of
you will have the name of the world preset you downloaded (e.g Biome Bundle). Copy that folder to \plugins\OpenTerrainGenerator\worlds (in your server) If done correctly it'll look something like this: \plugins\OpenTerrainGenerator\worlds\<worldname>
With the following subfolders:
\WorldBiomes\ \WorldObjects\ \WorldConfig.ini
- Ensure that
level-name
inserver.properties
is set to the name of the world you’re using - for example,Biome Bundle
. - Add the following to your bukkit.yml, altering it as necessary with the name of the world you’re using:
worlds: Biome Bundle: generator: OpenTerrainGenerator
Manually installing a (non-jar) preset
If you have an existing Terrain Control preset or an OTG preset not in .jar format but instead consisting of a world directory containing its Worldconfig.ini and WorldObjects and WorldBiomes subfolders, follow the installation instructions above but instead of installing a .jar file, put your world preset folder into the /OpenTerrainGenerator/worlds
folder.