User: Server: Presets - TerraForged/TerraForged GitHub Wiki
When setting up your server world you can optionally tell TerraForged to use a "preset" to change the type of world generation you'll get.
Presets can be viewed and configured on your client and then copied over to the server config dir:
- Create a new preset on your client:
- Open the TerraForged world options screen and configure
- Enter a name for your new preset on the first page and press the 'Create' button
- Select the newly created preset in the presets list on (the left) and then press 'Save'
- Copy the new preset to your server's presets folder:
- The new preset is saved to
.minecraft/config/terraforged/preset/New Preset.json
(on your client) - Copy it over to your server directory so that it sits in the equivalent location (ie
<server dir>/config/terraforged/preset/New Preset.json
- The new preset is saved to
- Configure your server to use the preset:
- Edit the
server.properties
file and setgenerator-settings=New Preset
- Save the file (note you should have already set the level-type to "terraforged" (or "terraforged:terraforged" on +1.16)
- Edit the
Note: your preset can be named anything as long is it makes a valid file-name.
When you next start your server the newly created world will load using the settings defined in your preset!
You can confirm this has worked by checking in your logs for a line that reads:
[TerraForged/]: Creating TerraForged chunk-generator from preset <Name of Preset Here>