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
|
{
"parent": "block/block",
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 8, 16, 16], "texture": "#calibrated_side", "cullface": "south"},
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [-1, 8, 3],
"to": [7, 16, 3],
"rotation": {"angle": 45, "axis": "y", "origin": [3, 12, 3]},
"faces": {
"north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" },
"south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }
}
},
{
"from": [9, 8, 3],
"to": [17, 16, 3],
"rotation": {"angle": -45, "axis": "y", "origin": [13, 12, 3]},
"faces": {
"north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" },
"south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }
}
},
{
"from": [9, 8, 13],
"to": [17, 16, 13],
"rotation": {"angle": 45, "axis": "y", "origin": [13, 12, 13]},
"faces": {
"north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" },
"south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }
}
},
{
"from": [-1, 8, 13],
"to": [7, 16, 13],
"rotation": {"angle": -45, "axis": "y", "origin": [3, 12, 13]},
"faces": {
"north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" },
"south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }
}
},
{
"from": [8, 8, 0],
"to": [8, 24, 16],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 9, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#amethyst"},
"west": {"uv": [0, 0, 16, 16], "texture": "#amethyst"}
}
},
{
"from": [0, 8, 8],
"to": [16, 24, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 9, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#amethyst"},
"south": {"uv": [0, 0, 16, 16], "texture": "#amethyst"}
}
}
]
}
|