17 lines
350 B
JSON
17 lines
350 B
JSON
|
|
{
|
||
|
|
"parent": "block/block",
|
||
|
|
"textures": {
|
||
|
|
"1": "block/bookshelf_top",
|
||
|
|
"particle": "block/bookshelf_particle"
|
||
|
|
},
|
||
|
|
"elements": [
|
||
|
|
{
|
||
|
|
"from": [0, 0, 0],
|
||
|
|
"to": [16, 16, 16],
|
||
|
|
"faces": {
|
||
|
|
"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"},
|
||
|
|
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|