mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
12 lines
No EOL
401 B
Markdown
12 lines
No EOL
401 B
Markdown
# mcl_death_drop
|
|
Drop registered inventories on player death.
|
|
|
|
## mcl_death_drop.register_dropped_list(inv, listname, drop)
|
|
* inv: string of function returning a string
|
|
* listname: string
|
|
* drop: bool
|
|
-- if true the entire list will be dropped
|
|
-- if false, items with curse_of_vanishing enchantement will be broken.
|
|
|
|
## mcl_death_drop.registered_dropped_lists
|
|
Table containing dropped list definition. |