1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
{
"textures": {
"layer0": "tconstruct:items/longbow/bowstring",
"layer1": "tconstruct:items/longbow/limb_top",
"layer2": "tconstruct:items/longbow/limb_bottom",
"layer3": "tconstruct:items/longbow/grip",
"broken0": "tconstruct:items/longbow/bowstring_broken"
},
"overrides": [
{
"predicate": {
"pulling": 1
},
"textures": {
"layer0": "tconstruct:items/longbow/bowstring_1"
},
"ammoPosition": {
"pos": [
-0.1880,
0.1880,
0.01
]
},
"modifier_suffix": "1"
},
{
"predicate": {
"pulling": 1,
"pull": 0.65
},
"textures": {
"layer0": "tconstruct:items/longbow/bowstring_2",
"layer1": "tconstruct:items/longbow/limb_top_2",
"layer2": "tconstruct:items/longbow/limb_bottom_2"
},
"ammoPosition": {
"pos": [
-0.1255,
0.1255,
0.01
]
},
"modifier_suffix": "2"
},
{
"predicate": {
"pulling": 1,
"pull": 0.9
},
"textures": {
"layer0": "tconstruct:items/longbow/bowstring_3",
"layer1": "tconstruct:items/longbow/limb_top_3",
"layer2": "tconstruct:items/longbow/limb_bottom_3"
},
"ammoPosition": {
"pos": [
-0.0630,
0.0630,
0.01
]
},
"modifier_suffix": "3"
}
],
"ammoPosition": {
"pos": [
-0.0630,
0.0630,
0.01
],
"rot": [0, 180, 0]
}
}
|