15 lines
244 B
JSON
15 lines
244 B
JSON
|
|
{
|
||
|
|
"parent": "block/block",
|
||
|
|
"textures": {
|
||
|
|
"side": "block/bamboo_stairs"
|
||
|
|
},
|
||
|
|
"elements": [
|
||
|
|
{
|
||
|
|
"from": [0, 0, 0],
|
||
|
|
"to": [16, 0, 16],
|
||
|
|
"faces": {
|
||
|
|
"down": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "down"}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|