add 'heightmap-inputs' to world-generator docs

This commit is contained in:
MihailRis 2024-12-18 19:54:47 +03:00
parent 78e5f28d18
commit 33c76e7d70
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -52,6 +52,7 @@
- **biomes-bpd** - количество блоков на точку карты параметра выбора биомов. По-умолчанию: 4.
- **heights-bpd** - количество блоков на точку карты высот. По-умолчанию: 4.
- **wide-structs-chunks-radius** - масимальный радиус размещения 'широких' структур, измеряемый в чанках.
- **heightmap-inputs** - массив номеров карт параметров, которые будут переданы таблицей inputs в функцию генерации карты высот.
## Глобальные переменные