diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/shield_blocking.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/shield_blocking.json')
| -rwxr-xr-x | assets/minecraft/models/item/shield_blocking.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/shield_blocking.json b/assets/minecraft/models/item/shield_blocking.json new file mode 100755 index 00000000..2fcde371 --- /dev/null +++ b/assets/minecraft/models/item/shield_blocking.json | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/shield", | ||
| 3 | "display": { | ||
| 4 | "thirdperson_righthand": { | ||
| 5 | "rotation": [ 45, 140, 0 ], | ||
| 6 | "translation": [ -2, 11, -5.5 ], | ||
| 7 | "scale": [ 1, 1, 1 ] | ||
| 8 | }, | ||
| 9 | "thirdperson_lefthand": { | ||
| 10 | "rotation": [ 45, 140, 0 ], | ||
| 11 | "translation": [ 12, 3, 3.5 ], | ||
| 12 | "scale": [ 1, 1, 1 ] | ||
| 13 | }, | ||
| 14 | "firstperson_righthand": { | ||
| 15 | "rotation": [ 0, 180, -2 ], | ||
| 16 | "translation": [ -15, 1, -10 ], | ||
| 17 | "scale": [ 1, 1, 1 ] | ||
| 18 | }, | ||
| 19 | "firstperson_lefthand": { | ||
| 20 | "rotation": [ 0, 180, -2 ], | ||
| 21 | "translation": [ 5, 1, -10 ], | ||
| 22 | "scale": [ 1, 1, 1 ] | ||
| 23 | } | ||
| 24 | } | ||
| 25 | } | ||