From c00efedf54aa760be041762be388f7f8adaab553 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Tue, 5 Jun 2018 22:13:46 -0500 Subject: Armor Rendering Part 1 --- .../models/item/tools/heatershield.tcon.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 src/main/resources/assets/tinkerscompendium/models/item/tools/heatershield.tcon.json (limited to 'src/main/resources/assets/tinkerscompendium/models/item/tools/heatershield.tcon.json') diff --git a/src/main/resources/assets/tinkerscompendium/models/item/tools/heatershield.tcon.json b/src/main/resources/assets/tinkerscompendium/models/item/tools/heatershield.tcon.json new file mode 100644 index 0000000..e6bf84c --- /dev/null +++ b/src/main/resources/assets/tinkerscompendium/models/item/tools/heatershield.tcon.json @@ -0,0 +1,65 @@ +{ + "textures": { + "layer0": "tinkerscompendium:items/heatershield/edge", + "layer1": "tinkerscompendium:items/heatershield/plate", + "layer2": "tinkerscompendium:items/heatershield/face", + "layer3": "tinkerscompendium:items/heatershield/binding", + "broken1": "tinkerscompendium:items/heatershield/plate_broken" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 2, 0, 2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 2, 0, 2 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 135, 5 ], + "translation": [ 10, -10, -10 ], + "scale": [ 2, 2, 2 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 135, 5 ], + "translation": [ 10, -16, -10 ], + "scale": [ 2, 2, 2 ] + }, + "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, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 30, 145, 0 ], + "translation": [ 2, 0, -1 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -8, -10 ], + "scale": [ 2, 2, 2 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -8, -10 ], + "scale": [ 2, 2, 2 ] + } + } + } + ] +} -- cgit v1.2.3