From 261b67a74caedd3a3aff3eb7acce5ce72675015a Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 6 Dec 2016 16:46:22 +0100 Subject: [PATCH] deleted stuff --- src/main/resources/assets/taiga/textures/a1.json | 4 ---- src/main/resources/assets/taiga/textures/a2.json | 2 -- src/main/resources/assets/taiga/textures/items.bat | 11 ----------- 3 files changed, 17 deletions(-) delete mode 100644 src/main/resources/assets/taiga/textures/a1.json delete mode 100644 src/main/resources/assets/taiga/textures/a2.json delete mode 100644 src/main/resources/assets/taiga/textures/items.bat diff --git a/src/main/resources/assets/taiga/textures/a1.json b/src/main/resources/assets/taiga/textures/a1.json deleted file mode 100644 index 3110aa1..0000000 --- a/src/main/resources/assets/taiga/textures/a1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/ \ No newline at end of file diff --git a/src/main/resources/assets/taiga/textures/a2.json b/src/main/resources/assets/taiga/textures/a2.json deleted file mode 100644 index 5e3963c..0000000 --- a/src/main/resources/assets/taiga/textures/a2.json +++ /dev/null @@ -1,2 +0,0 @@ -} -} \ No newline at end of file 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