diff --git a/install.py b/install.py index ac76a6c..e317cb5 100644 --- a/install.py +++ b/install.py @@ -4,3 +4,4 @@ from __future__ import print_function import mtanalyze.minetestinfo print("This doesn't work (not yet implemented)") # https://github.com/poikilos/homedecor_ua +# https://github.com/minetest-mods/item_drop.git diff --git a/patches/patch-ENLIVEN-testing.sh b/patches/patch-ENLIVEN-testing.sh index 6383ec9..bbb6fea 100755 --- a/patches/patch-ENLIVEN-testing.sh +++ b/patches/patch-ENLIVEN-testing.sh @@ -61,3 +61,4 @@ add_git_mod handle_schematics handle_schematics https://github.com/Sokomine/hand #forum post (Sokomine's mg_villages provides villages for all mapgens and is based on is fork of Nores mg mapgen): https://forum.minetest.net/viewtopic.php?f=9&t=13116 #add_git_mod mg_villages mg_villages https://github.com/Sokomine/mg_villages.git +add_git_mod item_drop item_drop https://github.com/minetest-mods/item_drop.git diff --git a/patches/subgame/minetest.conf b/patches/subgame/minetest.conf index 8fcf9f2..4c9f934 100644 --- a/patches/subgame/minetest.conf +++ b/patches/subgame/minetest.conf @@ -31,3 +31,5 @@ secure.trusted_mods = advanced_npc # https://github.com/minetest-mods/ts_furniture has gone back to v# # instead of dates: playeranim.model_version = default_character_v3 + +item_drop.pickup_radius = 1.425 diff --git a/utilities/extra/install-ENLIVEN-minetest_game.sh b/utilities/extra/install-ENLIVEN-minetest_game.sh index e1cc88b..8ef550c 100755 --- a/utilities/extra/install-ENLIVEN-minetest_game.sh +++ b/utilities/extra/install-ENLIVEN-minetest_game.sh @@ -859,6 +859,8 @@ add_git_mod woodcutting woodcutting https://github.com/minetest-mods/woodcutting add_git_mod homedecor_ua homedecor_ua https://github.com/poikilos/homedecor_ua.git +add_git_mod item_drop item_drop https://github.com/minetest-mods/item_drop.git + echo echo echo