summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/assets/taiga/textures/a1.json4
-rw-r--r--src/main/resources/assets/taiga/textures/a2.json2
-rw-r--r--src/main/resources/assets/taiga/textures/items.bat11
3 files changed, 0 insertions, 17 deletions
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