19 lines
562 B
JSON
19 lines
562 B
JSON
|
|
{
|
||
|
|
"textures": {
|
||
|
|
"all": "block/bookshelf",
|
||
|
|
"end": "block/oak_planks"
|
||
|
|
},
|
||
|
|
"elements": [
|
||
|
|
{
|
||
|
|
"from": [ 0, 8, 0 ],
|
||
|
|
"to": [ 16, 16, 16 ],
|
||
|
|
"faces": {
|
||
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "up" },
|
||
|
|
"north": { "uv": [ 0, 4, 16, 6 ], "texture": "#all", "cullface": "north" },
|
||
|
|
"south": { "uv": [ 0, 4, 16, 6 ], "texture": "#all", "cullface": "south" },
|
||
|
|
"east": { "uv": [ 0, 4, 16, 6 ], "texture": "#all", "cullface": "east" },
|
||
|
|
"west": { "uv": [ 0, 4, 16, 6 ], "texture": "#all", "cullface": "west" }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|