44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"parent": "block/stairs",
|
|
"textures": {
|
|
"particle": "#side",
|
|
"side": "block/bamboo_stairs",
|
|
"end": "block/bamboo_stairs_side"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [16, 8, 16],
|
|
"faces": {
|
|
"north": {"uv": [0, 8, 16, 16], "texture": "#end"},
|
|
"south": {"uv": [0, 8, 16, 16], "texture": "#end"},
|
|
"west": {"uv": [0, 8, 16, 16], "texture": "#side"}
|
|
}
|
|
},
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [8, 8, 16],
|
|
"faces": {
|
|
"up": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#side"}
|
|
}
|
|
},
|
|
{
|
|
"from": [8, 8, 0],
|
|
"to": [16, 16, 16],
|
|
"faces": {
|
|
"north": {"uv": [0, 0, 8, 8], "texture": "#end"},
|
|
"south": {"uv": [8, 0, 16, 8], "texture": "#end"},
|
|
"west": {"uv": [0, 0, 16, 8], "texture": "#side"},
|
|
"up": {"uv": [0, 8, 16, 0], "rotation": 90, "texture": "#side"}
|
|
}
|
|
},
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [16, 16, 16],
|
|
"faces": {
|
|
"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
|
|
"down": {"uv": [0, 0, 16, 16], "texture": "#side"}
|
|
}
|
|
}
|
|
]
|
|
} |