diff --git a/doc/en/world-generator.md b/doc/en/world-generator.md index 2112bce21..b0ab265c9 100644 --- a/doc/en/world-generator.md +++ b/doc/en/world-generator.md @@ -52,6 +52,7 @@ The main properties described in the configuration file: - **biomes-bpd** - number of blocks per point of the biome selection parameter map. Default: 4. - **heights-bpd** - number of blocks per point of the height map. Default: 4. - **wide-structs-chunks-radius** - maximum radius for placing 'wide' structures, measured in chunks. +- **heightmap-inputs** - an array of parameter map numbers that will be passed by the inputs table to the height map generation function. ## Global variables diff --git a/doc/ru/world-generator.md b/doc/ru/world-generator.md index 1523f94ad..5c1c6e6e9 100644 --- a/doc/ru/world-generator.md +++ b/doc/ru/world-generator.md @@ -52,6 +52,7 @@ - **biomes-bpd** - количество блоков на точку карты параметра выбора биомов. По-умолчанию: 4. - **heights-bpd** - количество блоков на точку карты высот. По-умолчанию: 4. - **wide-structs-chunks-radius** - масимальный радиус размещения 'широких' структур, измеряемый в чанках. +- **heightmap-inputs** - массив номеров карт параметров, которые будут переданы таблицей inputs в функцию генерации карты высот. ## Глобальные переменные