* The included minetest.conf recommended for your clients includes the line enable_local_map_saving = true, which will cache the world locally on their machines. You can feel free to change that according to your preference.
## Changes:
### (2018-10-07)
* fixed lapis patching logic
### (2018-10-06)
* fixed issue with not detecting pacman for installing minetestmapper deps
* cache repos for install as update (reduce download bandwidth and drive writes)
* further reduce drive writes with rsync
* use updated travelnet
### (2018-05-10)
* moved fully working scripts from etc to root of repo
# description="Installing Napiophelios's lapis fork since has blocks, but minetest-mods has a version as well, with dye (not used): https://forum.minetest.net/viewtopic.php?f=9&t=11287"
@ -533,7 +544,7 @@ if [ -f "$MTMOD_DEST_PATH/init.lua" ]; then
sudo mv -f init.lua "$MTMOD_DEST_PATH/"
echo"PATCHED $MTMOD_DEST_PATH/init.lua to enable columns"
else
echo"WARNING: not enabling columns since $MTMOD_DEST_PATH/columns_enabled file exists"
echo"WARNING: not enabling columns in $MTMOD_DEST_PATH/init.lua since already patched as indicated by the presence of '$MTMOD_DEST_PATH/columns_enabled' flag file."
fi
else
echo"FAILED to patch lapis since no $MTMOD_DEST_PATH/init.lua"