Skip to content
Snippets Groups Projects
Commit 5a5fcca6 authored by tchncs's avatar tchncs
Browse files

initial stuff: add two small fly potions

parent f2b8e5e0
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@ bows
xdecor
3d_armor
shields
magical_potion
......@@ -7,7 +7,7 @@ minetest.register_on_newplayer(function(player)
player:get_inventory():add_item('main', 'default:torch 99')
player:get_inventory():add_item('main', 'default:chest_locked 1')
player:get_inventory():add_item('main', 'xdecor:crafting_guide 1')
player:get_inventory():add_item('main', '')
player:get_inventory():add_item('main', 'magical_potion:fly_small 2')
player:get_inventory():add_item('main', 'bows:bow_wood')
player:get_inventory():add_item('main', 'bows:arrow 26')
player:get_inventory():add_item('main', '3d_armor:helmet_steel')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment