mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add core.remove_detached_inventory (#7684)
Breaks backwards compatibility for good Bump protocol version
This commit is contained in:
parent
d6f2a1c4b8
commit
0a5e77132a
8 changed files with 101 additions and 35 deletions
|
@ -4141,6 +4141,8 @@ Inventory
|
|||
Note that this parameter is mostly just a workaround and will be removed
|
||||
in future releases.
|
||||
* Creates a detached inventory. If it already exists, it is cleared.
|
||||
* `minetest.remove_detached_inventory(name)`
|
||||
* Returns a `boolean` indicating whether the removal succeeded.
|
||||
* `minetest.do_item_eat(hp_change, replace_with_item, itemstack, user, pointed_thing)`:
|
||||
returns left over ItemStack.
|
||||
* See `minetest.item_eat` and `minetest.register_on_item_eat`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue