From b70ba39c17ac91cfd1e7bcc1d065cc03e7996f99 Mon Sep 17 00:00:00 2001 From: Jacob Gustafson Date: Fri, 19 May 2017 17:05:11 -0400 Subject: [PATCH] created batch for testing purposes only --- update local.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 update local.bat 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