19 lines
579 B
JSON
19 lines
579 B
JSON
|
|
{
|
||
|
|
"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"}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|