tastytoasters/src/main/resources/assets/tastytoasters/models/block/toaster.json

21 lines
558 B
JSON

{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"1": "tastytoasters:block/toaster"
},
"elements": [
{
"from": [3, 0, 1],
"to": [13, 8, 15],
"faces": {
"north": {"uv": [0, 0, 5, 4], "texture": "#1"},
"east": {"uv": [10, 4, 14, 11], "rotation": 270, "texture": "#1"},
"south": {"uv": [5, 0, 10, 4], "texture": "#1"},
"west": {"uv": [14, 4, 10, 11], "rotation": 90, "texture": "#1"},
"up": {"uv": [0, 4, 5, 11], "texture": "#1"},
"down": {"uv": [5, 4, 10, 11], "texture": "#1"}
}
}
]
}