forked from mtcontrib/minetest_treasurer
Update README.md with some factids, finish unfinished sentences.
This commit is contained in:
2
init.lua
2
init.lua
@ -210,7 +210,7 @@ end
|
||||
count: (optional) amount of items in the treasure. If this value is nil, treasurer assumes a default of 1.
|
||||
min_preciousness: (optional) don’t consider treasures with a lower preciousness. nil = no lower limit
|
||||
max_preciousness: (optional) don’t consider treasures with a higher preciousness. nil = no lower limit
|
||||
treasurer_group: (optional): Only consider treasures which are members of at least one of the members of the provided Treasurer group table. nil = consider all groups
|
||||
treasurer_groups: (optional): Only consider treasures which are members of at least one of the members of the provided Treasurer group table. nil = consider all groups
|
||||
returns:
|
||||
a table of ItemStacks (the requested treasures) - may be empty
|
||||
on error, it returns false
|
||||
|
Reference in New Issue
Block a user