1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"textures": {
"2": "block/brick_wall",
"particle": "block/bricks"
},
"elements": [
{
"from": [5, 0, 11],
"to": [11, 14, 16],
"faces": {
"east": {"uv": [10.25, 6.5, 11.5, 10], "texture": "#2"},
"south": {"uv": [8.5, 6.5, 10, 10], "texture": "#2", "cullface": "south"},
"west": {"uv": [7, 6.5, 8.25, 10], "texture": "#2"},
"up": {"uv": [7, 4.25, 8.25, 5.75], "rotation": 90, "texture": "#2"},
"down": {"uv": [10.25, 4.25, 11.5, 5.75], "rotation": 90, "texture": "#2", "cullface": "down"}
}
}
]
}
|