

0.6 - Added Protected Doors (wood and steel) and Protected Chest.0.5 - Added protector.radius variable in a (default: 5).0.3 - Added Protection Logo to blend in with player builds.

MINETEST UPDATE MOD
Protector redo for minetest is a mod that protects a players builds by placingĪ block that stops other players from digging or placing blocks in that area.īased on glomie's mod, remade by Zeg9 and rewritten by TenPlus1. DRUN_IN_PLACE=TRUE -DIRRLICHT_LIBRARY=./irrlicht/lib/Linux/libIrrlichtMt.so -DIRRLICHT_INCLUDE_DIR=./irrlicht/include/ echo ZZZZ Compiling Minetest make -j$(nproc) echo ZZZZ Cleaning up apt installs sudo apt clean echo ZZZZ Cleaning up apt-get installs sudo apt-get clean echo ZZZZ Launching Minetest /home/$USER/minetest/bin/minetest ) > Minetest_install_output.ZIP TAR.GZ tenplus1 c12b1f5245 remove intllib, 5.x onlyĪdded protector_tool.png by SirrobzerooneĪdded 'protector_crafts' setting, doors/chest immediate_dig set for mineclone2 fix echo ZZZZ Navigating to Minetest Source Dir cd minetest echo ZZZZ Generating Minetest Build Files cmake. DBUILD_SHARED_LIBS=ON echo ZZZZ Compiling Minetests Fork of Irrlicht make -j$(nproc) echo ZZZZ Navigating to Parent Dir cd.
MINETEST UPDATE INSTALL
If not, check for errors in the output file “Minetest_install_output.txt” or navigate to, “/home/pi/minetest/bin” and double click on, “minetest” execute it or run this in the terminal,Ĭode: Select all ( echo ZZZZ Updating Apt-Get Repository List sudo apt-get update echo ZZZZ Installing Dependencies sudo apt -y install g++ make libc6-dev libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev echo ZZZZ Cloning Minetest Source git clone -depth 1 echo ZZZZ Cloning Source of Minetests Fork of Irrlicht git clone echo ZZZZ Entering Irrlicht Source dir cd irrlicht echo ZZZZ Generating Minetests Fork of Irrlicht Build Files cmake.
MINETEST UPDATE PASSWORD
If sudo triggers requests for a password then you’ll need to enter it once at the beginning and once at the end (just for apt/apt-get.) Minetest should run when done.

Just replace “pi” near the end of the comamnd with whatever the /home profile path name is you are using. DRUN_IN_PLACE=TRUE -DIRRLICHT_LIBRARY=./irrlicht/lib/Linux/libIrrlichtMt.so -DIRRLICHT_INCLUDE_DIR=./irrlicht/include/ echo ZZZZ Compiling Minetest make -j$(nproc) echo ZZZZ Cleaning up apt installs sudo apt clean echo ZZZZ Cleaning up apt-get installs sudo apt-get clean echo ZZZZ Launching Minetest /home/pi/minetest/bin/minetest ) > Minetest_install_output.txt Code: Select all ( echo ZZZZ Updating Apt-Get Repository List sudo apt-get update echo ZZZZ Installing Dependencies sudo apt -y install g++ make libc6-dev libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev echo ZZZZ Cloning Minetest Source git clone -depth 1 echo ZZZZ Cloning Source of Minetests Fork of Irrlicht git clone echo ZZZZ Entering Irrlicht Source dir cd irrlicht echo ZZZZ Generating Minetests Fork of Irrlicht Build Files cmake.
