1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"parent": "block/block",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"stem": "block/big_dripleaf_stem",
"particle": "block/big_dripleaf_top"
},
"elements": [
{
"from": [0, -16, 12],
"to": [16, 16, 12],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#stem", "cullface": "down"},
"south": {"uv": [0, 0, 16, 16], "texture": "#stem", "cullface": "down"}
}
}
]
}
|