mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
EnvRef:find_nodes_in_area(minp, maxp, nodenames)
This commit is contained in:
parent
b58ee690a3
commit
e29a5b11e4
2 changed files with 52 additions and 0 deletions
|
@ -668,6 +668,8 @@ methods:
|
|||
- get_timeofday()
|
||||
- find_node_near(pos, radius, nodenames) -> pos or nil
|
||||
^ nodenames: eg. {"ignore", "group:tree"} or "default:dirt"
|
||||
- find_nodes_in_area(minp, maxp, nodenames) -> list of positions
|
||||
^ nodenames: eg. {"ignore", "group:tree"} or "default:dirt"
|
||||
- get_perlin(seeddiff, octaves, persistence, scale)
|
||||
^ Return world-specific perlin noise (int(worldseed)+seeddiff)
|
||||
Deprecated:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue