summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/shield_blocking.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/shield_blocking.json')
-rwxr-xr-xassets/minecraft/models/item/shield_blocking.json25
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}