diff --git a/.gitmodules b/.gitmodules index 46d2a2fb..4fa77948 100644 --- a/.gitmodules +++ b/.gitmodules @@ -81,3 +81,9 @@ [submodule "mods/homedecor_modpack"] path = mods/homedecor_modpack url = https://git.tchncs.de/Illuna-Minetest/homedecor_modpack +[submodule "mods/magical_potion"] + path = mods/magical_potion + url = https://git.tchncs.de/Illuna-Minetest/magical_potion +[submodule "mods/playereffects"] + path = mods/playereffects + url = git://repo.or.cz/minetest_playereffects.git diff --git a/mods/give_initial_stuff/depends.txt b/mods/give_initial_stuff/depends.txt index d8a81cff..9457c1dc 100644 --- a/mods/give_initial_stuff/depends.txt +++ b/mods/give_initial_stuff/depends.txt @@ -3,3 +3,4 @@ bows xdecor 3d_armor shields +magical_potion diff --git a/mods/give_initial_stuff/init.lua b/mods/give_initial_stuff/init.lua index 4ad7a1bb..c412f1e3 100644 --- a/mods/give_initial_stuff/init.lua +++ b/mods/give_initial_stuff/init.lua @@ -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') diff --git a/mods/magical_potion b/mods/magical_potion new file mode 160000 index 00000000..b021ec46 --- /dev/null +++ b/mods/magical_potion @@ -0,0 +1 @@ +Subproject commit b021ec466d42854ef1a8fd9629136c48ac3080eb diff --git a/mods/playereffects b/mods/playereffects new file mode 160000 index 00000000..860358bc --- /dev/null +++ b/mods/playereffects @@ -0,0 +1 @@ +Subproject commit 860358bcd1b30cbf5888588fe50d1b02dadbea43