-
Notifications
You must be signed in to change notification settings - Fork 9
Quick Start Guide for Forge
This guide is intended for the Forge version of Terra. See the Getting Started Page for guides on other platforms.
⚠️ The forge version is currently not supported⚠️
If you have already installed Terra or already know how to install Forge mods, you can skip to Setting up a World on a Forge client or Setting up a World on a Forge server.
-
Download the latest Terra Forge release from the Modrinth website here.
-
Once you have downloaded the
.jar
file from Modrinth, simply place the file into yourmods
folder located inside your Minecraft directory.Make sure you grab the correct version! Don't get a file with "fabric" in the filename, or the file listed for a different minecraft version
-
Once the mod has been installed, start your client.
-
Once minecraft has loaded, check your logs for the following line to ensure everything has been installed correctly:
[XX:XX:XX] [main/INFO]: Loaded config pack "DEFAULT" vX.X.X by dfsek in XXXX.XXms.
This means that the mod has loaded successfully, and that the default Configuration Pack has been unpacked and loaded correctly without issues.
If the mod, or
DEFAULT
pack failed to load, console/logs will display an error message outlining what went wrong. Be sure to read through the error and double check if you have made a mistake anywhere.If you are unable to install the mod successfully, and have attempted to fix any issues yourself, please feel free to shoot us a message on our Discord server and provide any relevant error logs!
Here we will be creating a new world with Terra generation.
- Create a new world just like normal, change the settings to your liking. But don't click
Create New World
yet - Go to
More World Options
- Press the
World Type
button until you seeWorld Type Terra:<CONFIG_ID>
, to use the default pack selectTerra:DEFAULT
- Press
Create New World
and check if your new world is using Terra world generation.
If you followed the steps correctly without any errors, then you have successfully set up a server with Terra!
In the case that you run into issues during the world set up process, be sure to check you have followed each step correctly. Check for any errors in console and try to interpret what the issue might be.
Again you are unable to set up a world successfully, and have attempted to fix any issues yourself, please feel free to shoot us a message on our Discord server and provide any relevant information and or full server logs!
-
Download the latest Terra Forge release from the Modrinth website here.
-
Once you have downloaded the
.jar
file from Modrinth, simply place the file into yourmods
folder located inside your server root.Make sure you grab the correct version! Don't get a file with "fabric" in the filename, or the file listed for a different minecraft version
-
Once the mod has been installed, start your server.
-
Once the the server has restarted, check your console log for the following line to ensure everything has been installed correctly:
[XX:XX:XX] [main/INFO]: Loaded config pack "DEFAULT" vX.X.X by dfsek in XXXX.XXms.
This means that the mod has loaded successfully, and that the default Configuration Pack has been unpacked and loaded correctly without issues.
Here we will be replacing the server's default world with a new Terra world. Because we are working with changes to worlds ensure that you have made the necessary backups before making any destructive changes!
It is not possible to easily change the generator of an existing world, this is a good thing, as this will produce broken chunk borders between old and new terrain.
-
Ensure your server is not running.
-
If you missed it above, please make a backup of any relevant world folders in your server directory.
If you're using a fresh server you won't need to worry about this!
-
Configure your server's world to use the new config as a generator:
-
Navigate to the
server.properties
file which is also contained within your server directory, and open it with any text editor. -
Assign your new generator to the default world by setting level-type to
Terra:<CONFIG_ID>
(for the default pack this would beTerra:DEFAULT
) note that the config ID is case sensitive!
If the
level-type
key doesn't exist, simply add it yourself. -
-
Either delete the existing world folder in your server directory or rename it to something else (for example
world_backup
). The name of your world can be found under the 'level-name' key, also in server.properties. The default world name is 'world'. -
Boot your server back up.
Your server should re-generate the world folder during startup
-
Join your server and check if your new world is using Terra world generation.
If you followed the steps correctly without any errors, then you have successfully set up a server with Terra!
If you would like to continue learning more about Terra, or would like to see what else you can get out of it, please continue on to the Config Packs page!
Can't find what you're looking for? Join our Discord server and we'll be happy to help you!
Need to report a bug? Create an issue on the repository!
Want to contribute to the wiki? Submit a PR to the Wiki Repository!
Home
Community Packs
Community Addons
Commands
Quick Start Guide
Creating a Terra World
Config Packs
Config Development Introduction
Config System
Creating a Pack
Modifying an Existing Pack
Configuring Your Pack
Weighted Pools
Block Palettes
Using Custom Blocks on Bukkit
TerraScript
Working with Structures
Noise
Noise Equation
Advanced Noise Equations
List o' Noise Equations
Pack Configuration
Biome Configuration
Palette Configuration
Ore Configuration
Flora Configuration