mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Very small documentation fix. (#4830)
This commit is contained in:
parent
105676b952
commit
144da5f522
1 changed files with 2 additions and 2 deletions
|
@ -2134,7 +2134,7 @@ and `minetest.auth_reload` call the authetification handler.
|
|||
* `minetest.set_node(pos, node)`
|
||||
* `minetest.add_node(pos, node): alias set_node(pos, node)`
|
||||
* Set node at position (`node = {name="foo", param1=0, param2=0}`)
|
||||
* `minetest.swap_node(pos, node`
|
||||
* `minetest.swap_node(pos, node)`
|
||||
* Set node at position, but don't remove metadata
|
||||
* `minetest.remove_node(pos)`
|
||||
* Equivalent to `set_node(pos, "air")`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue