mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
place_node, dig_node and punch_node; an in-game tester tool; remove old code
This commit is contained in:
parent
b0f81c3253
commit
c3658e7c79
5 changed files with 166 additions and 241 deletions
|
@ -11,5 +11,6 @@ minetest.register_on_newplayer(function(player)
|
|||
player:get_inventory():add_item('main', 'default:pick_mese')
|
||||
player:get_inventory():add_item('main', 'default:mese 99')
|
||||
player:get_inventory():add_item('main', 'default:water_source 99')
|
||||
player:get_inventory():add_item('main', 'experimental:tester_tool_1')
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue