mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update init.lua
This commit is contained in:
parent
e359719d7b
commit
54f4cecbea
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
minetest.register_on_newplayer(function(player)
|
minetest.register_on_newplayer(function(player)
|
||||||
--print("on_newplayer")
|
print("on_newplayer")
|
||||||
|
|
||||||
minetest.log("action", "Giving initial stuff to player "..player:get_player_name())
|
minetest.log("action", "Giving initial stuff to player "..player:get_player_name())
|
||||||
player:get_inventory():add_item('main', 'default:pick_steel')
|
player:get_inventory():add_item('main', 'default:pick_steel')
|
||||||
player:get_inventory():add_item('main', 'default:torch 99')
|
player:get_inventory():add_item('main', 'default:torch 99')
|
||||||
|
|
Loading…
Add table
Reference in a new issue