diff options
Diffstat (limited to 'src/main/resources/assets/taiga/textures/items.bat')
| -rw-r--r-- | src/main/resources/assets/taiga/textures/items.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/assets/taiga/textures/items.bat b/src/main/resources/assets/taiga/textures/items.bat new file mode 100644 index 0000000..db7999e --- /dev/null +++ b/src/main/resources/assets/taiga/textures/items.bat @@ -0,0 +1,11 @@ +@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 |
