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/tinkerscompendium/models/item/tools/towershield.tcon.json | |
| parent | f428bdd45dbe00fd0b674bce6ed7623caedca804 (diff) | |
Armor Rendering Part 1master
Diffstat (limited to 'src/main/resources/assets/tinkerscompendium/models/item/tools/towershield.tcon.json')
| -rw-r--r-- | src/main/resources/assets/tinkerscompendium/models/item/tools/towershield.tcon.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkerscompendium/models/item/tools/towershield.tcon.json b/src/main/resources/assets/tinkerscompendium/models/item/tools/towershield.tcon.json new file mode 100644 index 0000000..5866861 --- /dev/null +++ b/src/main/resources/assets/tinkerscompendium/models/item/tools/towershield.tcon.json @@ -0,0 +1,65 @@ +{ + "textures": { + "layer0": "tinkerscompendium:items/towershield/edge", + "layer1": "tinkerscompendium:items/towershield/plate", + "layer2": "tinkerscompendium:items/towershield/face", + "layer3": "tinkerscompendium:items/towershield/binding", + "broken1": "tinkerscompendium:items/towershield/plate_broken" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 2, 0, 2 ], + "scale": [ 1.5, 1.5, 1.5 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 2, 0, 2 ], + "scale": [ 1.5, 1.5, 1.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 135, 5 ], + "translation": [ 10, -10, -10 ], + "scale": [ 3.5, 3.5, 3.5 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 135, 5 ], + "translation": [ 10, -16, -10 ], + "scale": [ 3.5, 3.5, 3.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + } + }, + "overrides": [ + { + "predicate": { + "block": 1 + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 145, 0 ], + "translation": [ 2, 0, -1 ], + "scale": [ 1.5, 1.5, 1.5 ] + }, + "thirdperson_lefthand": { + "rotation": [ 30, 145, 0 ], + "translation": [ 2, 0, -1 ], + "scale": [ 1.5, 1.5, 1.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -8, -10 ], + "scale": [ 3.5, 3.5, 3.5 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -8, -10 ], + "scale": [ 3.5, 3.5, 3.5 ] + } + } + } + ] +} |
