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
|
{
"variants": {
"extended=false,facing=down": {
"model": "minecraft:block/sticky_piston",
"x": 90
},
"extended=false,facing=east": {
"model": "minecraft:block/sticky_piston",
"y": 90
},
"extended=false,facing=north": {
"model": "minecraft:block/sticky_piston"
},
"extended=false,facing=south": {
"model": "minecraft:block/sticky_piston",
"y": 180
},
"extended=false,facing=up": {
"model": "minecraft:block/sticky_piston",
"x": 270
},
"extended=false,facing=west": {
"model": "minecraft:block/sticky_piston",
"y": 270
},
"extended=true,facing=down": {
"model": "minecraft:block/sticky_piston_base",
"x": 90
},
"extended=true,facing=east": {
"model": "minecraft:block/sticky_piston_base",
"y": 90
},
"extended=true,facing=north": {
"model": "minecraft:block/sticky_piston_base"
},
"extended=true,facing=south": {
"model": "minecraft:block/sticky_piston_base",
"y": 180
},
"extended=true,facing=up": {
"model": "minecraft:block/sticky_piston_base",
"x": 270
},
"extended=true,facing=west": {
"model": "minecraft:block/sticky_piston_base",
"y": 270
}
}
}
|