mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
DevTest: chest_of_everything
mod: Add search, bag, improve formspec (#13064)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user