From acd3876ecd2edcd9708dc863c7c9bdea21164c84 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 25 May 2017 18:12:14 -0400 Subject: [PATCH] switched to expertmm fork of travelnet --- README.md | 3 +++ etc/change_world_name_manually_first/game-install-ENLIVEN | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41edacd..c649a5f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Otherwise just install everything EXCEPT cme_to_spawners & tsm_pyramids_to_spawn ## Changes: * Released ENLIVEN 0.4.15.3 +* (2017-05-25) switched to expertmm fork of travelnet * (2017-05-18) Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler. * (2017-05-15) added mock_tnt: doesn't destroy blocks, can coexist with regular tnt mod (all tnt is replaced with mock_tnt if tnt is disabled). This mod is helpful for when multiplayer servers have tnt disabled but players have acquired 'unknown item' (tnt:tnt) as loot. The Unknown Explosive says 'unknown item' on it, as a seemless replacement :) * (2017-04-02) fixed issue with redundant aliases in cme_to_spawners (see Mods,WIP folder) @@ -111,6 +112,8 @@ squirrel --releasify .\ENLIVEN..nupkg ### Known issues in mods: +* regular doors and chests are not protected via protection block/symbol +* homedecor doors are not protected via protection block/symbol * players can use chests (other than protected chests) in a protected area in which they aren't added to the protection node * unpriveleged players can pick up spawners and then place them (and, spawners catch things on fire) * compassgps crashes server for some players upon use--see yelby in etc/debugging (wrap sorting in "if player~=nil then...end" in mods/compassgps/init.lua to avoid): diff --git a/etc/change_world_name_manually_first/game-install-ENLIVEN b/etc/change_world_name_manually_first/game-install-ENLIVEN index 75a3a16..879a3fd 100644 --- a/etc/change_world_name_manually_first/game-install-ENLIVEN +++ b/etc/change_world_name_manually_first/game-install-ENLIVEN @@ -409,7 +409,8 @@ fi if [ -d "$MTMOD_DEST_PATH" ]; then rm -Rf "$MTMOD_DEST_PATH" fi -wget https://github.com/minetest-technic/technic/archive/master.zip +#wget https://github.com/minetest-technic/technic/archive/master.zip +wget https://github.com/minetest-mods/technic/archive/master.zip mv $MTMOD_DL_ZIP $MTMOD_SRC_ZIP unzip $MTMOD_SRC_ZIP sudo mv $MTMOD_UNZ_NAME "$MTMOD_DEST_PATH" @@ -1748,7 +1749,8 @@ fi if [ -d "$MTMOD_DEST_PATH" ]; then sudo rm -Rf "$MTMOD_DEST_PATH" fi -wget https://github.com/Sokomine/travelnet/archive/master.zip +#wget https://github.com/Sokomine/travelnet/archive/master.zip +wget https://github.com/expertmm/travelnet/archive/master.zip mv $MTMOD_DL_ZIP "$MTMOD_SRC_ZIP" unzip "$MTMOD_SRC_ZIP" sudo mv $MTMOD_UNZ_NAME "$MTMOD_DEST_PATH"