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"
sudo rm -Rf "$MT_MYGAME_DIR/mods/dungeon_loot"
fi
else
echo"skipping update of components from minetest_game since does not exist: "
echo"$MY_SUBGAME_PATH"
echo"$MT_MYGAME_DIR"
fi
echo"patching bones (this will not be needed after https://github.com/minetest/minetest_game/pull/2082 is merged)..."
if[ -d "$MY_SUBGAME_PATH/mods/bones"];then
cd"$MY_SUBGAME_PATH/mods/bones"
if[ -f "$MT_MYGAME_DIR/mods/bones/init.lua"];then
cd"$MT_MYGAME_DIR/mods/bones"
if[ -f init.bak ];then
sudo rm init.bak
fi
@ -67,13 +67,13 @@ if [ -d "$HOME/Downloads/minetest" ]; then