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

45 lines
1.1 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "block/brick_stairs",
"particle": "block/bricks"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"east": {"uv": [2, 3, 4, 4], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 1, 2, 2], "texture": "#0", "cullface": "south"},
"up": {"uv": [0, 8, 2, 10], "texture": "#0"}
}
},
{
"from": [0, 8, 0],
"to": [8, 16, 16],
"faces": {
"east": {"uv": [2, 4, 4, 5], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0", "cullface": "south"},
"up": {"uv": [0, 8, 1, 10], "texture": "#0", "cullface": "up"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 6, 6, 8], "texture": "#0", "cullface": "north"},
"west": {"uv": [6, 6, 8, 8], "texture": "#0", "cullface": "west"}
}
},
{
"from": [8, 8, 0],
"to": [16, 16, 8],
"faces": {
"east": {"uv": [3, 2, 4, 3], "texture": "#0", "cullface": "east"},
"south": {"uv": [1, 4, 2, 5], "texture": "#0"},
"up": {"uv": [1, 10, 2, 11], "texture": "#0", "cullface": "up"}
}
}
]
}