BIOME#
*Config type requires the ‘config-biome’ addon to use
This config type creates instances of Biome.
extends List<String> - A list of other BIOME
configs to copy parameters from.
Parameters from extended configs are only used if they have not already been defined in the current config. Configs listed first take precedence. This allows for re-use of parameters across multiple config files.
id String - An identifier used to reference this config from other configs.
The instance of Biome created by a config using this config type is identified using this parameter.
*Parameters require the ‘chunk-generator-noise-3d’ addon to use
The following parameters are only applicable if generator in pack.yml is set to NOISE_3D
palette List<Map<Palette, Integer>>
carving.update-palette Boolean
Default: false
Default: 0
Default: Palette of air
Default: []
Default: Infinity
terrain.blend.distance Integer
Default: 3
Default: 4
Default: 1.0
Default: 1.0
terrain.sampler-2d NoiseSampler
Default: `CONSTANT` noise sampler outputting `0`
*Parameters require the ‘generation-stage-feature’ addon to use
features.<stage id> List<Feature>
A list of features to generate within this biome during the feature generation stage specified by <stage id>
.
Available feature stages are defined in pack.yml.