mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 05:41:28 +02:00
Fix bad API documentation od mcl_death_drop
This commit is contained in:
@ -7,8 +7,8 @@ Drop registered inventories on player death.
|
|||||||
* function(player): must return inventory
|
* function(player): must return inventory
|
||||||
* listname: string
|
* listname: string
|
||||||
* drop: bool
|
* drop: bool
|
||||||
* true: the entire list will be dropped
|
* true: the list will be dropped
|
||||||
* false: items with curse_of_vanishing enchantement will be broken.
|
* false: the list will only be cleared
|
||||||
|
|
||||||
## mcl_death_drop.registered_dropped_lists
|
## mcl_death_drop.registered_dropped_lists
|
||||||
Table containing dropped list inventory, name and drop state.
|
Table containing dropped list inventory, name and drop state.
|
Reference in New Issue
Block a user