diff options
| author | Lance5057 <Lance5057@gmail.com> | 2018-06-05 22:13:46 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2018-06-05 22:13:46 -0500 |
| commit | c00efedf54aa760be041762be388f7f8adaab553 (patch) | |
| tree | a1325c8b09ea1fde6d162f73839d9f2be069245c /src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json | |
| parent | f428bdd45dbe00fd0b674bce6ed7623caedca804 (diff) | |
Armor Rendering Part 1master
Diffstat (limited to 'src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json')
| -rw-r--r-- | src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json deleted file mode 100644 index b8b24d6..0000000 --- a/src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "textures": { - "layer0": "tinkersdefense:items/armor/robe/_cloth", - "layer1": "tinkersdefense:items/armor/robe/_trim", - "layer2": "tinkersdefense:items/armor/robe/_plate", - "broken1": "tinkersdefense:items/armor/robe/_cloth" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ 0, 90, 45 ], - "translation": [ 0, 8, 0 ], - "scale": [ 1.5, 1.5, 1 ] - }, - "thirdperson_lefthand": { - "rotation": [ 0, 90, 45 ], - "translation": [ 0, 8, 0 ], - "scale": [ 1.5, 1.5, 1 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 90, 45 ], - "translation": [ 0, 8, 0 ], - "scale": [ 1.5, 1.5, 1 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 90, 45 ], - "translation": [ 0, 8, 0 ], - "scale": [ 1.5, 1.5, 1 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ -2, 4, -5], - "scale":[ 0.5, 0.5, 0.5] - } - } -} |
