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

33 lines
890 B
JSON

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