Regions
This page will go over Basics in Regions
Topics
Every setting with a *
is mandatory for this file
Introduction
Regions are the JSON Equivalent of a Library Subsection, where the books are the biomes, and each biome can tell a story. In normal language; Regions are a way for you to map biomes in your world, and have a system that lets you control all biomes of a certain type (in this region) with a single file.
Since a lot of the settings you can change here can also be changed in each of the biomes individually, we will only go over region-only settings here. This is not the case for the Mastering part, where we will include all settings.
Default in the example
The region files can be found in the regions
folder and usually have a descriptive name. We will be using the region "hot"
as found in the example project:
Settings
1 - Name *
The name of the region. It is best to keep / make this the same as the name of the file you are editing.
2 - Land, Sea & Shore Biomes *
Here you specify the biomes in the world as they connect to eachother. "landBiomes"
only connect to "shoreBiomes"
and "seaBiomes"
only connect to "shoreBiomes"
as well. "shoreBiomes"
connect land with sea.
3 - Cave, Lake & River Biomes
These biomes are optional and have certain properties:
"caveBiomes"
can only spawn next to"landBiomes"
,"lakeBiomes"
can spawn next to"landBiomes"
and"shoreBiomes"
, and"riverBiomes"
can spawn connected to all other biome types.
4 - Biome Zooming
All of the previous biome types have zooming factors to them. Making this number higher will make the biomes larger.
5 - Ridge Biomes
Ridge biomes are like real-life mountain chains:
These biomes have a few properties:
Here you specify the type of biome that should spawn as a ridge (a straight but fractal line through the land).
6 - Spot Biomes
Spot biomes are very similar to the Ridge Biomes, all settings for this are explained there. These biomes can make for very interesting looks in the world, such as this real-life example:
7 - Shore Ratio
This affects how "deep" the shores (beaches) are compared to the land. Making this 1 will make for very, very deep shores.
8 - Rivers
Places vanilla rivers in the world if turned to true
and not if false
.
Mastering
If you cannot find the settings you're looking for here, check out the Template Mastering Page
Last updated