summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/crossbow1.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/crossbow1.json')
-rwxr-xr-xassets/minecraft/models/item/crossbow1.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/crossbow1.json b/assets/minecraft/models/item/crossbow1.json
new file mode 100755
index 00000000..90223476
--- /dev/null
+++ b/assets/minecraft/models/item/crossbow1.json
@@ -0,0 +1,28 @@
1{
2 "parent": "item/crossbow",
3 "textures": {
4 "layer0": "item/crossbow/crossbow1"
5 },
6 "display": {
7 "thirdperson_righthand": {
8 "rotation": [ -90, 0, -60 ],
9 "translation": [ 2, 0.1, -3 ],
10 "scale": [ 0.9, 0.9, 0.9 ]
11 },
12 "thirdperson_lefthand": {
13 "rotation": [ -90, 0, 30 ],
14 "translation": [ 2, 0.1, -3 ],
15 "scale": [ 0.9, 0.9, 0.9 ]
16 },
17 "firstperson_righthand": {
18 "rotation": [ -90, 0, -55 ],
19 "translation": [ 1.13, 3.2, 1.13],
20 "scale": [ 0.68, 0.68, 0.68 ]
21 },
22 "firstperson_lefthand": {
23 "rotation": [ -90, 0, 35 ],
24 "translation": [ 1.13, 3.2, 1.13],
25 "scale": [ 0.68, 0.68, 0.68 ]
26 }
27 }
28}