ploof-pack/assets/minecraft/models/block/bookshelves/7a.json

19 lines
573 B
JSON

{
"textures": {
"all": "block/bookshelf",
"end": "block/oak_planks"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 8, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "down" },
"north": { "uv": [ 0, 12, 16, 14 ], "texture": "#all", "cullface": "north" },
"south": { "uv": [ 0, 12, 16, 14 ], "texture": "#all", "cullface": "south" },
"east": { "uv": [ 0, 12, 16, 14 ], "texture": "#all", "cullface": "east" },
"west": { "uv": [ 0, 12, 16, 14 ], "texture": "#all", "cullface": "west" }
}
}
]
}