19 lines
712 B
JSON
19 lines
712 B
JSON
{
|
|
"textures": {
|
|
"particle": "#wall"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 5, 0, 0 ],
|
|
"to": [ 11, 13, 16 ],
|
|
"faces": {
|
|
"down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" },
|
|
"up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" },
|
|
"north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" },
|
|
"south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" },
|
|
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" },
|
|
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }
|
|
}
|
|
}
|
|
]
|
|
}
|