1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"parent": "block/block",
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [1, 0, 2],
"to": [15, 16, 14],
"faces": {
"north": {"uv": [0.5, 8, 7.5, 16], "texture": "#all"},
"east": {"uv": [1, 0, 7, 8], "texture": "#all"},
"south": {"uv": [0.5, 8, 7.5, 16], "texture": "#all"},
"west": {"uv": [1, 0, 7, 8], "texture": "#all"},
"up": {"uv": [8.5, 1, 15.5, 7], "texture": "#all"},
"down": {"uv": [8.5, 9, 15.5, 15], "texture": "#all"}
}
}
]
}
|