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
|
{
"variants": {
"attached=false,facing=east,powered=false": {
"model": "minecraft:block/tripwire_hook",
"y": 90
},
"attached=false,facing=east,powered=true": {
"model": "minecraft:block/tripwire_hook_on",
"y": 90
},
"attached=false,facing=north,powered=false": {
"model": "minecraft:block/tripwire_hook"
},
"attached=false,facing=north,powered=true": {
"model": "minecraft:block/tripwire_hook_on"
},
"attached=false,facing=south,powered=false": {
"model": "minecraft:block/tripwire_hook_alt",
"y": 180
},
"attached=false,facing=south,powered=true": {
"model": "minecraft:block/tripwire_hook_alt_on",
"y": 180
},
"attached=false,facing=west,powered=false": {
"model": "minecraft:block/tripwire_hook_alt",
"y": 270
},
"attached=false,facing=west,powered=true": {
"model": "minecraft:block/tripwire_hook_alt_on",
"y": 270
},
"attached=true,facing=east,powered=false": {
"model": "minecraft:block/tripwire_hook_attached",
"y": 90
},
"attached=true,facing=east,powered=true": {
"model": "minecraft:block/tripwire_hook_attached_on",
"y": 90
},
"attached=true,facing=north,powered=false": {
"model": "minecraft:block/tripwire_hook_attached"
},
"attached=true,facing=north,powered=true": {
"model": "minecraft:block/tripwire_hook_attached_on"
},
"attached=true,facing=south,powered=false": {
"model": "minecraft:block/tripwire_hook_alt_attached",
"y": 180
},
"attached=true,facing=south,powered=true": {
"model": "minecraft:block/tripwire_hook_alt_attached_on",
"y": 180
},
"attached=true,facing=west,powered=false": {
"model": "minecraft:block/tripwire_hook_alt_attached",
"y": 270
},
"attached=true,facing=west,powered=true": {
"model": "minecraft:block/tripwire_hook_alt_attached_on",
"y": 270
}
}
}
|