diff --git a/etc/birthstones_topaz_block_east.1-32.png b/etc/birthstones_topaz_block_east.1-32.png deleted file mode 100644 index 1cd129c..0000000 Binary files a/etc/birthstones_topaz_block_east.1-32.png and /dev/null differ diff --git a/etc/birthstones_topaz_block_north.1-32.png b/etc/birthstones_topaz_block_north.1-32.png deleted file mode 100644 index 3b36839..0000000 Binary files a/etc/birthstones_topaz_block_north.1-32.png and /dev/null differ diff --git a/etc/birthstones_topaz_block_top.1-32.png b/etc/birthstones_topaz_block_top.1-32.png deleted file mode 100644 index 941a3aa..0000000 Binary files a/etc/birthstones_topaz_block_top.1-32.png and /dev/null differ diff --git a/textures/birthstones_topaz_block_east.png b/textures/birthstones_topaz_block_east.png index d6ef9af..41bc023 100644 Binary files a/textures/birthstones_topaz_block_east.png and b/textures/birthstones_topaz_block_east.png differ diff --git a/textures/birthstones_topaz_block_north.png b/textures/birthstones_topaz_block_north.png index 66fbe08..e0dfeeb 100644 Binary files a/textures/birthstones_topaz_block_north.png and b/textures/birthstones_topaz_block_north.png differ diff --git a/textures/birthstones_topaz_block_top.png b/textures/birthstones_topaz_block_top.png index f9b6877..e14b5bc 100644 Binary files a/textures/birthstones_topaz_block_top.png and b/textures/birthstones_topaz_block_top.png differ diff --git a/update in C games Minetest games ENLIVEN.bat b/update in C games Minetest games ENLIVEN.bat new file mode 100644 index 0000000..f4535ba --- /dev/null +++ b/update in C games Minetest games ENLIVEN.bat @@ -0,0 +1,27 @@ +IF NOT EXIST ".\textures" GOTO ENDNOSOURCE +SET MT_PATH=C:\games\Minetest +IF NOT EXIST "%MT_PATH%" GOTO ENDNOMINETEST +SET MT_GAMES_PATH=%MT_PATH%\games +SET MT_GAME_PATH=%MT_GAMES_PATH%\ENLIVEN +IF NOT EXIST "%MT_GAME_PATH%" GOTO ENDNOGAME + +SET MODS_PATH=%MT_GAME_PATH%\mods +SET MOD_DEST_PATH=%MODS_PATH%\birthstones +IF NOT EXIST "%MOD_DEST_PATH%" md "%MOD_DEST_PATH%" +copy *.* "%MOD_DEST_PATH%\" +IF NOT EXIST "%MOD_DEST_PATH%\textures" md "%MOD_DEST_PATH%\textures" +copy .\textures\*.* "%MOD_DEST_PATH%\textures" + +GOTO ENDSILENTLY +:ENDNOMINETEST: +echo "Minetest is not installed at %MT_PATH% -- extract minetest there first or edit this batch file in your favorite text editor and edit the value for MT_PATH. +pause +GOTO ENDSILENTLY +:ENDNOGAME +echo "Subgame %MT_ENLIVEN_PATH% is not installed -- extract that subgame there first or edit this batch file in your favorite text editor and edit the value for MT_GAME_PATH. +pause +GOTO ENDSILENTLY +:ENDNOSOURCE +echo "Missing source folder. You must extract all files and run from a drive letter, so that textures folder is in current working directory" +pause +:ENDSILENTLY \ No newline at end of file