Spawn von Saaten deaktiviert, um Dopplungen zu vermeiden.
This commit is contained in:
parent
f69bd7f597
commit
9dc6c712b3
58 changed files with 29 additions and 71 deletions
13
mods/.xcompat(alt)/doc/functions.md
Normal file
13
mods/.xcompat(alt)/doc/functions.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Functions API
|
||||
|
||||
## `can_interact_with_node(player, pos)`
|
||||
returns `bool`
|
||||
|
||||
checks for the ability to interact with a node via:
|
||||
* if a player
|
||||
* owner metadata key
|
||||
* protection_bypass
|
||||
|
||||
supports
|
||||
* minetest game default if present
|
||||
* else polyfill
|
Loading…
Add table
Add a link
Reference in a new issue