mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Allow more than 255 biomes, document new maximum (#9855)
Change biomemap data type from u8 to u16. New technical (not practical) maximum is 65535 biomes.
This commit is contained in:
parent
c47a680db7
commit
42fcfb75e8
11 changed files with 55 additions and 45 deletions
|
@ -7443,6 +7443,10 @@ Biome definition
|
|||
|
||||
Used by `minetest.register_biome`.
|
||||
|
||||
The maximum number of biomes that can be used is 65535. However, using an
|
||||
excessive number of biomes will slow down map generation. Depending on desired
|
||||
performance and computing power the practical limit is much lower.
|
||||
|
||||
{
|
||||
name = "tundra",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue