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
|
{
"textures": {
"0": "block/dead_bush",
"1": "block/entity/skeleton/skeleton",
"particle": "block/dead_bush"
},
"elements": [
{
"from": [8, 0, 0],
"to": [8, 16, 16],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [8, 0, 0],
"to": [8, 16, 16],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [2.4, -5.1, 5.4],
"to": [10.4, 2.9, 13.4],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#1"},
"east": {"uv": [0, 4, 2, 8], "rotation": 270, "texture": "#1"},
"south": {"uv": [2, 0, 4, 4], "texture": "#1"},
"west": {"uv": [4, 4, 6, 8], "rotation": 90, "texture": "#1"},
"up": {"uv": [2, 4, 4, 8], "rotation": 180, "texture": "#1"}
}
}
]
}
|