22 lines
807 B
JSON
22 lines
807 B
JSON
{
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"top": "block/chiseled_bookshelf_top",
|
|
"side": "block/chiseled_bookshelf_side",
|
|
"particle": "#top"
|
|
},
|
|
"elements": [
|
|
{
|
|
"name": "chiseled_bookshelf_body",
|
|
"from": [0, 0, 0],
|
|
"to": [16, 16, 16],
|
|
"faces": {
|
|
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
|
|
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
|
|
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
|
|
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
|
|
"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
|
|
}
|
|
}
|
|
]
|
|
}
|