Skip to content

Commit

Permalink
add 'heightmap-inputs' to world-generator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 18, 2024
1 parent c7da2bf commit da9cfba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/en/world-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions doc/ru/world-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- **biomes-bpd** - количество блоков на точку карты параметра выбора биомов. По-умолчанию: 4.
- **heights-bpd** - количество блоков на точку карты высот. По-умолчанию: 4.
- **wide-structs-chunks-radius** - масимальный радиус размещения 'широких' структур, измеряемый в чанках.
- **heightmap-inputs** - массив номеров карт параметров, которые будут переданы таблицей inputs в функцию генерации карты высот.

## Глобальные переменные

Expand Down

0 comments on commit da9cfba

Please sign in to comment.