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
74
75
76
77
78
|
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"0": "item/azalea",
"particle": "block/azalea_plant",
"plant": "block/azalea_plant",
"top": "block/azalea_top",
"side": "block/azalea_side"
},
"elements": [
{
"from": [6, 16, 6],
"to": [10, 16, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [0, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [0, 5, 0],
"to": [16, 16, 0.01],
"faces": {
"north": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "north"},
"south": {"uv": [16, 0, 0, 11], "texture": "#side"}
}
},
{
"from": [0, 5, 15.99],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [16, 0, 0, 11], "texture": "#side"},
"south": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "south"}
}
},
{
"from": [0, 5, 0],
"to": [0.01, 16, 16],
"faces": {
"east": {"uv": [16, 0, 0, 11], "texture": "#side"},
"west": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "west"}
}
},
{
"from": [15.99, 5, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "east"},
"west": {"uv": [16, 0, 0, 11], "texture": "#side"}
}
},
{
"from": [0.1, 0, 8],
"to": [15.9, 15.9, 8],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#plant"},
"south": {"uv": [0, 0, 16, 16], "texture": "#plant"}
}
},
{
"from": [8, 0, 0.1],
"to": [8, 15.9, 15.9],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#plant"},
"west": {"uv": [0, 0, 16, 16], "texture": "#plant"}
}
}
]
}
|