From 5a5fcca6188604c0fbfcfd72ba0c1bdce0d3f0e2 Mon Sep 17 00:00:00 2001 From: tchncs Date: Sun, 2 Oct 2016 20:18:23 +0200 Subject: [PATCH 1/3] initial stuff: add two small fly potions --- mods/give_initial_stuff/depends.txt | 1 + mods/give_initial_stuff/init.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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') From f669a27cf8c6e27d5cdd7763dc40b86de5d947e4 Mon Sep 17 00:00:00 2001 From: tchncs Date: Sun, 2 Oct 2016 20:48:31 +0200 Subject: [PATCH 2/3] add submodule magical_potion --- .gitmodules | 3 +++ mods/magical_potion | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/magical_potion diff --git a/.gitmodules b/.gitmodules index 46d2a2fb..4decce08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -81,3 +81,6 @@ [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 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 From 50a4c0cd3667b6b1547c19582b35a8b9eba40302 Mon Sep 17 00:00:00 2001 From: tchncs Date: Sun, 2 Oct 2016 20:50:35 +0200 Subject: [PATCH 3/3] add submodule playereffects --- .gitmodules | 3 +++ mods/playereffects | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/playereffects diff --git a/.gitmodules b/.gitmodules index 4decce08..4fa77948 100644 --- a/.gitmodules +++ b/.gitmodules @@ -84,3 +84,6 @@ [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/playereffects b/mods/playereffects new file mode 160000 index 00000000..860358bc --- /dev/null +++ b/mods/playereffects @@ -0,0 +1 @@ +Subproject commit 860358bcd1b30cbf5888588fe50d1b02dadbea43