The default overworld configuration for Terra 7.0+, containing over 200 different biomes.
You can find Terra - the main project this config pack is designed for here.
This pack is organized into many top level directories, each containing configs specific to a different domain of configuration:
- 
biomesWhere all biome configs are defined.
- 
biome-distributionContains configuration files related where biomes generate.
- 
structuresWhere all files loaded as structures are stored. (This includes things like trees, boulders, flower patches, etc.)
- 
featuresWhere all feature configs go - These determine how structures are generated in the world.
- 
palettesContains all palette configs - These are used by biomes to determine what blocks make up the base terrain.
- 
mathCommon mathematical functions used in the pack as well as generic noise samplers are defined here.
For more in-depth explanations of each directory's files and subdirectories, you can refer to their respective README files.
You can find some easy to modify parameters in the meta.yml file
under biome-distribution, which control the scales of different areas of biome
distribution.
This pack comes with several biome distribution presets, which can be chosen
within the pack.yml file. If none of these presets do exactly
what you want, you can further modify biome distribution presets with alternate
sources and stages. Check out the
biome-distribution/presets/default.yml
config for these alternative sources and stages.
If you want more in-depth customization, or simply just want to know what makes this pack tick, you can check out the config development section of the Terra wiki to learn more.