summaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-12-06 16:46:22 +0100
committerGiovanni Harting <539@idlegandalf.com>2016-12-06 16:46:22 +0100
commit261b67a74caedd3a3aff3eb7acce5ce72675015a (patch)
tree163a1f1ba219f5b05cee8bfc4d0ccd98bc386cd6 /src/main/resources/assets
parentccd699cd05471dfcdd90393354b56a8816edf128 (diff)
deleted stuff
Diffstat (limited to 'src/main/resources/assets')
-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