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

33 lines
909 B
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"books": "ebwizardry:blocks/books"
},
"elements": [
{
"name": "book2",
"from": [8, 9, 2],
"to": [10, 14, 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": "book2",
"from": [6, 9, 10],
"to": [8, 14, 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"}
}
}
]
}