1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"parent": "block/block",
"textures": {
"0": "block/red_mushroom_large",
"1": "block/red_mushroom_large_top",
"2": "block/red_mushroom_block_inside_nesw"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"east": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"south": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"west": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"up": {"uv": [12, 8, 16, 10.66667], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
]
}
|