summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bow.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/bow.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/bow.json')
-rwxr-xr-xassets/minecraft/models/item/bow.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/bow.json b/assets/minecraft/models/item/bow.json
new file mode 100755
index 00000000..45d2c2b9
--- /dev/null
+++ b/assets/minecraft/models/item/bow.json
@@ -0,0 +1,40 @@
1{
2 "parent": "item/handheld",
3 "textures": {
4 "layer0": "item/bow/bow"
5 },
6 "display": {
7 "thirdperson_righthand": {
8 "rotation": [ -80, 260, -40 ],
9 "translation": [ -1, -2, 2.5 ],
10 "scale": [ 0.9, 0.9, 0.9 ]
11 },
12 "thirdperson_lefthand": {
13 "rotation": [67.5, 0, 90],
14 "translation": [-6, -6, 10],
15 "scale": [0.85, 0.85, 0.85]
16 },
17 "firstperson_righthand": {
18 "rotation": [ 0, -90, 25 ],
19 "translation": [ 0, 2.2, 0.4 ],
20 "scale": [ 0.68, 0.68, 0.68 ]
21 },
22 "firstperson_lefthand": {
23 "scale": [ 0, 0, 0 ]
24 }
25 },
26 "overrides": [
27 { "predicate": { "pulling": 1, "pull": 0 }, "model": "item/bow0" },
28 { "predicate": { "pulling": 1, "pull": 0.05 }, "model": "item/bow1" },
29 { "predicate": { "pulling": 1, "pull": 0.1 }, "model": "item/bow2" },
30 { "predicate": { "pulling": 1, "pull": 0.15 }, "model": "item/bow3" },
31 { "predicate": { "pulling": 1, "pull": 0.2 }, "model": "item/bow4" },
32 { "predicate": { "pulling": 1, "pull": 0.26 }, "model": "item/bow5" },
33 { "predicate": { "pulling": 1, "pull": 0.32 }, "model": "item/bow6" },
34 { "predicate": { "pulling": 1, "pull": 0.4 }, "model": "item/bow7" },
35 { "predicate": { "pulling": 1, "pull": 0.55 }, "model": "item/bow8" },
36 { "predicate": { "pulling": 1, "pull": 0.7 }, "model": "item/bow9" },
37 { "predicate": { "pulling": 1, "pull": 0.85 }, "model": "item/bow10" },
38 { "predicate": { "pulling": 1, "pull": 1 }, "model": "item/bow11" }
39 ]
40}