- type: The ID of the genarator. One of
noise,flat, ordebug.- If type is
minecraft:noise, additional fields are as follows:
- If type is
- settings: The noise settings used in this generator. Can be set to an ID of noise settings, or a object of noise_settings.
- biome_source: Settings dictating which biomes and biome shapes.
- type: The type of biome generation. One of
multi_noise,fixed,checkerboard, orthe_end.- If
typeis multi_noise(3D biome generation used in the nether, and in the overworld in snapshot 21w37a and after.) , additional fields are as follows:
- If
- preset: (mutually exclusive with biomes) A preset of the set of biomes to be used. One of
netheroroverworld. - biomes: (mutually exclusive with preset) A list of biomes, including their target noise parameters.
- : A biome and its properties.
- biome: The biome ID. A single biome ID may be repeated several times with different parameters.
- parameters: Represent optimal conditions for where the biome should be placed. These values do not affect the generation of terrain within biomes, instead, they affect where the game chooses to place biomes. At any specific point, the biome having parameters most closely resembling the respective parameter on each noise map at that point is chosen. For example, if the point were to have values of -1 temperature, 0.2 humidity, 0.5 altitude and 0 weirdness then birch_forest_hills (-0.1t,0.2h,0.25a,0w) would be chosen over desert (0.5t,-0.5h,0a,0w). Parameter combinations should be unique in the biomes list, otherwise only the first biome entry will generate.
- Noise parameter for biome (See Biome for usages of each parameter in vanilla game)
- If
typeis the_end(Biome generation used in the end with biomeminecraft:the_endin the center and other end biomes around) , no additional field. - If
typeis fixed(single biome) , additional fields are as follows:
- : A biome and its properties.
- biome: The ID of the single biome to generate.
- If
typeis checkerboard(A biome generation in which biomes are square (or close to square) and repeat along the diagonals) , additional fields are as follows:
- If
- biomes: A list of biomes that repeat along the diagonals. Can be a ID of biome or a tag of biome, or a list of biome IDs.
- scale: (optional, defaults to 2) Value between 0 and 62 (both inclusive). Determines the size of the squares on an exponential scale.
- If type is
minecraft:debug(used for Debug world generation) , no additional fields. - If type is
minecraft:flat(used for Superflat world generation) , additional fields are as follows:
- type: The type of biome generation. One of
- settings: Superflat settings.
- Flat generation settings
- type: The ID of the genarator. One of
Advertisement
English
Advertisement