1
0
Fork 0
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:
Wuzzy 2023-01-09 21:40:41 +01:00 committed by GitHub
parent 139db66901
commit a3177b89d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 335 additions and 126 deletions

View file

@ -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