diff options
Diffstat (limited to 'src/main/resources/assets/tinkerscompendium/models/item/tools/fishingrod.tcon.json')
| -rw-r--r-- | src/main/resources/assets/tinkerscompendium/models/item/tools/fishingrod.tcon.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkerscompendium/models/item/tools/fishingrod.tcon.json b/src/main/resources/assets/tinkerscompendium/models/item/tools/fishingrod.tcon.json new file mode 100644 index 0000000..d701207 --- /dev/null +++ b/src/main/resources/assets/tinkerscompendium/models/item/tools/fishingrod.tcon.json @@ -0,0 +1,35 @@ +{ + "textures": { + "layer0": "tinkerscompendium:items/fishingrod/_rod", + "layer1": "tinkerscompendium:items/fishingrod/_string", + "layer2": "tinkerscompendium:items/fishingrod/_hook", + "broken1": "tinkerscompendium:items/fishingrod/_rod" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 45 ], + "translation": [ 0, 4, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 45 ], + "translation": [ 0, 4, 0 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 45 ], + "translation": [ 0, 4, 0 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, 45 ], + "translation": [ 0, 4, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + } + } +} |
