We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f5b87 commit 67ec2faCopy full SHA for 67ec2fa
doc/lua_api.txt
@@ -2286,11 +2286,6 @@ and `minetest.auth_reload` call the authetification handler.
2286
* increase level of leveled node by level, default `level` equals `1`
2287
* if `totallevel > maxlevel`, returns rest (`total-max`)
2288
* can be negative for decreasing
2289
-* `nodeupdate_single(pos)`
2290
- * causes an unsupported `group:falling_node` node to fall and causes an
2291
- unattached `group:attached_node` node to fall.
2292
- * does not spread these updates to neighbours
2293
- * a helper function, not officially part of the API, but useful
2294
2295
### Inventory
2296
`minetest.get_inventory(location)`: returns an `InvRef`
0 commit comments