diff options
Diffstat (limited to 'assets/minecraft/models/item/handheld_sword.json')
| -rwxr-xr-x | assets/minecraft/models/item/handheld_sword.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/handheld_sword.json b/assets/minecraft/models/item/handheld_sword.json new file mode 100755 index 00000000..ed784c40 --- /dev/null +++ b/assets/minecraft/models/item/handheld_sword.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/handheld_tools", | ||
| 3 | "display": { | ||
| 4 | "thirdperson_lefthand": { | ||
| 5 | "rotation": [67.5, 90, 90], | ||
| 6 | "translation": [-10.5, -6, 2.5], | ||
| 7 | "scale": [0.85, 0.85, 0.85] | ||
| 8 | } | ||
| 9 | } | ||
| 10 | } | ||