Minecraft:Noise settings/JSON format
From SAS Gaming Wiki
More actions
- Template:Nbt: The sea level in this dimension. Note that this value only affects world generation. The sea level for mob spawning is a fixed value 63.
- Template:Nbt: Disables creature spawning upon chunk generation.
- Template:NbtTemplate:Until: Whether Minecraft:ore veins generate.
- Template:Nbt: Whether Minecraft:aquifers generate. If set to false, almost all caves below sea level are filled with water.
- Template:Nbt: Whether to use the old random number generator from before 1.18 for world generation.
- Template:NbtTemplate:Upcoming: density functions values to show in the Template:Cd debug entry.
- Template:Nbt: Label to identify the density function.
- Template:Nbt: The density function to compute and show at the player position. If not specified, no density function value will be shown.
- Template:Nbt: The default block used for the terrain.
- Template:Nbt: The default block used for seas and lakes.
- Template:Nbt: (Required, but can be empty) A list of climate parameters to specify the points around which the player tries to spawn. The game selects some horizonal locations that are not more than 2560 blocks away from the origin (0,0), then sample the noise values ("depth" noise and "offset" are always 0), and calculate
((x^2+z^2)^2) / 390625 + (the square of the minimum distance to the ranges in the list). The player spawns near the location where this value is smallest. - Template:Nbt: Fields for world generation.
- Template:Nbt: The minimum Y coordinate where terrain starts generating. Value between -2032 and 2031 (both inclusive). Must be divisible by 16.
- Template:Nbt: The total height where terrain generates. Value between 0 and 4064 (both inclusive). Must be divisible by 16. And
min_y + heightcannot exceed 2032. - Template:NbtTemplate:Until: Value between 0 and 4 (both inclusive). Note that the noise breaks into the 12×12 block section per chunk for the value 3.
- Template:NbtTemplate:Until: Value between 0 and 4 (both inclusive)
- Template:Nbt: The Minecraft:noise router routes density functions to noise parameters used for world generation.
- Template:NbtTemplate:Until / Template:NbtTemplate:Upcoming: The main Minecraft:surface rule to place blocks in the terrain.
Minecraft:fr:Génération du monde personnalisée/Paramètres de bruit Minecraft:ja:ワールド生成のカスタマイズ/noise settings Minecraft:pt:Geração de mundo personalizado/configurações de ruído Minecraft:uk:Генерація користувацького світу/параметри шуму Minecraft:zh:噪声设置/direct codec