1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"textures": {
"particle": "block/brick_wall",
"wall": "block/brick_wall"
},
"elements": [
{
"from": [5, 0, 0],
"to": [11, 16, 5],
"faces": {
"north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"},
"east": {"uv": [13, 12, 14.25, 16], "texture": "#wall"},
"west": {"uv": [4.25, 12, 5.5, 16], "texture": "#wall"},
"up": {"uv": [4.25, 10.25, 5.5, 11.75], "rotation": 90, "texture": "#wall", "cullface": "up"},
"down": {"uv": [13, 10.25, 14.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "down"}
}
}
]
}
|