diff options
| author | Lance5057 <Lance5057@gmail.com> | 2017-03-12 18:15:17 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2017-03-12 18:15:17 -0500 |
| commit | f692d8983ee8787843d874ae1aa329c1439e3223 (patch) | |
| tree | a19cbd6d584d0ccd3d6117d63489168a89a19c3c /src/main/resources/assets/tinkersdefense/models | |
| parent | a7ea7c80bff70096191fd772a0416aec15d41a69 (diff) | |
Hopefully this unfucks whatever got fucked.
Diffstat (limited to 'src/main/resources/assets/tinkersdefense/models')
| -rw-r--r-- | src/main/resources/assets/tinkersdefense/models/item/tools/heatershield.tcon.json | 65 | ||||
| -rw-r--r-- | src/main/resources/assets/tinkersdefense/models/item/tools/roundshield.tcon.json | 64 |
2 files changed, 129 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/heatershield.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/heatershield.tcon.json new file mode 100644 index 0000000..aab5211 --- /dev/null +++ b/src/main/resources/assets/tinkersdefense/models/item/tools/heatershield.tcon.json @@ -0,0 +1,65 @@ +{ + "textures": { + "layer0": "tinkersdefense:items/heatershield/edge", + "layer1": "tinkersdefense:items/heatershield/plate", + "layer2": "tinkersdefense:items/heatershield/face", + "layer3": "tinkersdefense:items/heatershield/binding", + "broken1": "tinkersdefense: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 ] + } + } + } + ] +} diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/roundshield.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/roundshield.tcon.json new file mode 100644 index 0000000..0c9f702 --- /dev/null +++ b/src/main/resources/assets/tinkersdefense/models/item/tools/roundshield.tcon.json @@ -0,0 +1,64 @@ +{ + "textures": { + "layer0": "tinkersdefense:items/shield/edge", + "layer1": "tinkersdefense:items/shield/face", + "layer2": "tinkersdefense:items/shield/boss", + "broken1": "tinkersdefense:items/shield/face_broken" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 2, 0, 2 ], + "scale": [ 0.75, 0.75, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 2, 0, 2 ], + "scale": [ 0.75, 0.75, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 135, 5 ], + "translation": [ 10, -10, -10 ], + "scale": [ 1.5, 1.5, 2 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 135, 5 ], + "translation": [ 10, -16, -10 ], + "scale": [ 1.5, 1.5, 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": [ 0.75, 0.75, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 30, 145, 0 ], + "translation": [ 2, 0, -1 ], + "scale": [ 0.75, 0.75, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -8, -10 ], + "scale": [ 1.5, 1.5, 2 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -8, -10 ], + "scale": [ 1.5, 1.5, 2 ] + } + } + } + ] +} |
