mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
DevTest: chest_of_everything
mod: Add search, bag, improve formspec (#13064)
This commit is contained in:
parent
139db66901
commit
a3177b89d8
4 changed files with 335 additions and 126 deletions
|
@ -11,7 +11,7 @@ local give_initial_stuff = function(player)
|
|||
give_if_not_gotten_already(inv, "main", "basetools:shovel_steel")
|
||||
give_if_not_gotten_already(inv, "main", "bucket:bucket")
|
||||
give_if_not_gotten_already(inv, "main", "testnodes:light14")
|
||||
give_if_not_gotten_already(inv, "main", "chest_of_everything:chest")
|
||||
give_if_not_gotten_already(inv, "main", "chest_of_everything:bag")
|
||||
minetest.log("action", "[give_initial_stuff] Giving initial stuff to "..player:get_player_name())
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue