From 3231a978d76b44cdf57cf407f6f82a6c2b04828f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:13:32 +0200 Subject: [PATCH] : --- doc/lua_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index e38b1bd2b..114f853e7 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -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