Files
Wizardry/src/main/resources/assets/ebwizardry/models/block/books8.json
T
Electroblob77 004c4c09e3 Add bookshelves
2020-03-25 14:29:27 +00:00

33 lines
895 B
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"books": "ebwizardry:blocks/books"
},
"elements": [
{
"name": "book8",
"from": [9, 1, 2],
"to": [11, 6, 6],
"faces": {
"north": {"uv": [0, 5, 2, 10], "texture": "#books"},
"east": {"uv": [6, 5, 2, 10], "texture": "#books"},
"south": {"uv": [6, 5, 8, 10], "texture": "#books"},
"west": {"uv": [2, 5, 6, 10], "texture": "#books"},
"up": {"uv": [8, 5, 10, 9], "texture": "#books"}
}
},
{
"name": "book8",
"from": [5, 1, 10],
"to": [7, 6, 14],
"faces": {
"north": {"uv": [6, 5, 8, 10], "texture": "#books"},
"east": {"uv": [2, 5, 6, 10], "texture": "#books"},
"south": {"uv": [0, 5, 2, 10], "texture": "#books"},
"west": {"uv": [6, 5, 2, 10], "texture": "#books"},
"up": {"uv": [8, 5, 10, 9], "rotation": 180, "texture": "#books"}
}
}
]
}