diff --git a/update local.bat b/update local.bat new file mode 100644 index 0000000..193c56b --- /dev/null +++ b/update local.bat @@ -0,0 +1,4 @@ +copy /y *.lua C:\games\Minetest\games\ENLIVEN\mods\metatools\ +copy /y *.md C:\games\Minetest\games\ENLIVEN\mods\metatools\ +copy /y textures\*.png C:\games\Minetest\games\ENLIVEN\mods\metatools\textures\ +if NOT ["%errorlevel%"]==["0"] pause \ No newline at end of file