From 0179021acc8bc03eec5634f5e42c2ea9927e0fa7 Mon Sep 17 00:00:00 2001 From: Jisk <37682565+Jiskster@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:12:22 -0500 Subject: [PATCH] lua_api.md: MAX_WORKING_VOLUME is now 150 million --- 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 d58ed5fc2..cc0c551a1 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -6475,12 +6475,12 @@ Environment access first value: Table with all node positions second value: Table with the count of each node with the node name as index - * Area volume is limited to 4,096,000 nodes + * Area volume is limited to 150,000,000 nodes * `core.find_nodes_in_area_under_air(pos1, pos2, nodenames)`: returns a list of positions. * `nodenames`: e.g. `{"ignore", "group:tree"}` or `"default:dirt"` * Return value: Table with all node positions with a node air above - * Area volume is limited to 4,096,000 nodes + * Area volume is limited to 150,000,000 nodes * `core.get_perlin(noiseparams)` * Return world-specific perlin noise. * The actual seed used is the noiseparams seed plus the world seed.