ploof-pack/faithless/assets/minecraft/models/block/stairs_inventory_brick.json

44 lines
1.0 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/stairs",
"textures": {
"particle": "block/bricks_model",
"side": "block/bricks_model"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [8, 10, 12, 12], "texture": "#side"},
"south": {"uv": [12, 10, 16, 12], "texture": "#side"},
"west": {"uv": [0, 10, 4, 12], "texture": "#side"}
}
},
{
"from": [0, 0, 0],
"to": [8, 8, 16],
"faces": {
"up": {"uv": [8, 14, 12, 16], "rotation": 90, "texture": "#side"}
}
},
{
"from": [8, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [8, 8, 10, 10], "texture": "#side"},
"south": {"uv": [14, 8, 16, 10], "texture": "#side"},
"west": {"uv": [0, 8, 4, 10], "texture": "#side"},
"up": {"uv": [8, 12, 12, 14], "rotation": 90, "texture": "#side"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [4, 8, 8, 12], "texture": "#side"},
"down": {"uv": [0, 12, 4, 16], "rotation": 180, "texture": "#side"}
}
}
]
}