echo"REMOVING dungeon_loot since tsm_chests_dungeon is installed (even though more than one should work now since https://github.com/minetest/minetest/issues/6590 is resolved, dungeon_loot would be redundant in this case)..."
sudo rm -Rf "$MY_SUBGAME_PATH/mods/dungeon_loot"
fi
else
echo"skipping update of components from minetest_game since does not exist: "
echo"$MY_SUBGAME_PATH"
fi
echo"patching bones (this will not be needed after https://github.com/minetest/minetest_game/pull/2082 is merged)..."