-
Notifications
You must be signed in to change notification settings - Fork 9
Creating a Terra World on a Fabric Server
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 changing the generator of a world 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 the
level-type
key toTerra:<CONFIG_ID>
(for the default pack this would beTerra:DEFAULT
). The config ID is case sensitive, e.g.Terra:DEFAULT
andTerra:default
are considered two distinct IDs.
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!
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