deleted stuff

This commit is contained in:
2016-12-06 16:46:22 +01:00
parent ccd699cd05
commit 261b67a74c
3 changed files with 0 additions and 17 deletions

View File

@@ -1,4 +0,0 @@
{
"parent": "item/generated",
"textures": {
"layer0": "taiga:items/

View File

@@ -1,2 +0,0 @@
}
}

View File

@@ -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