1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
This commit is contained in:
Lars Müller 2025-06-07 00:13:32 +02:00 committed by GitHub
parent 345ff81305
commit 3231a978d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9270,7 +9270,7 @@ It can be created via `ValueNoise()` or `core.get_value_noise()`.
For `core.get_value_noise()`, the actual seed used is the noiseparams seed
plus the world seed, to create world-specific noise.
**Important** These require the mapgen environment to be initalized, do not use at load time.
**Important**: These require the mapgen environment to be initalized, do not use at load time.
* `ValueNoise(noiseparams)`
* `ValueNoise(seed, octaves, persistence, spread)` (deprecated)
@ -9308,7 +9308,7 @@ For each of the functions with an optional `buffer` parameter: If `buffer` is
not nil, this table will be used to store the result instead of creating a new
table.
**Important** These require the mapgen environment to be initalized, do not use at load time.
**Important**: These require the mapgen environment to be initalized, do not use at load time.
### Methods