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
|
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "block/chorus_plant",
"texture": "block/chorus_plant"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 16, 14],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"east": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"west": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"up": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"}
}
},
{
"from": [0, 2, 2],
"to": [16, 14, 14],
"faces": {
"north": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"east": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"},
"south": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"west": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "west"},
"up": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"down": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"}
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 16],
"faces": {
"north": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"},
"east": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"south": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"},
"west": {"uv": [0, 2, 2, 14], "texture": "#texture", "cullface": "north"},
"up": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"down": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}
}
}
]
}
|