summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkerscompendium/models/item/tools/shawl.td.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/tinkerscompendium/models/item/tools/shawl.td.json')
-rw-r--r--src/main/resources/assets/tinkerscompendium/models/item/tools/shawl.td.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkerscompendium/models/item/tools/shawl.td.json b/src/main/resources/assets/tinkerscompendium/models/item/tools/shawl.td.json
new file mode 100644
index 0000000..4c89a49
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/models/item/tools/shawl.td.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkerscompendium:items/armor/shawl/_cloth",
+ "layer1": "tinkerscompendium:items/armor/shawl/_trim",
+ "layer2": "tinkerscompendium:items/armor/shawl/_clasp",
+ "broken1": "tinkerscompendium:items/armor/shawl/_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]
+ }
+ }
+}