summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/taiga/textures/items.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/taiga/textures/items.bat')
-rw-r--r--src/main/resources/assets/taiga/textures/items.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/resources/assets/taiga/textures/items.bat b/src/main/resources/assets/taiga/textures/items.bat
deleted file mode 100644
index db7999e..0000000
--- a/src/main/resources/assets/taiga/textures/items.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-Setlocal EnableDelayedExpansion
-for %%f in (.) do (
-set WERT=%%~nf
-)
-for %%A in (*.png) do (
-type a1.json > %%~nA_!WERT!.json
-echo !WERT!/%%~nA^" >> %%~nA_!WERT!.json
-type a2.json >> %%~nA_!WERT!.json
-)
-pause \ No newline at end of file