summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json')
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json
deleted file mode 100644
index 5a03b6d..0000000
--- a/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "textures": {
- "layer0": "tinkersdefense:items/shears/_top",
- "layer1": "tinkersdefense:items/shears/_bottom",
- "layer2": "tinkersdefense:items/shears/_binding",
- "broken1": "tinkersdefense:items/shears/_broken"
- },
- "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]
- }
- }
-}