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

33 lines
908 B
JSON

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