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

16 lines
269 B
JSON

{
"parent": "block/block",
"textures": {
"0": "block/brick_stairs",
"particle": "block/bricks"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 0, 16],
"faces": {
"down": {"uv": [14, 14, 16, 16], "texture": "#0", "cullface": "down"}
}
}
]
}