42 lines
1020 B
JSON
42 lines
1020 B
JSON
{
|
|
"textures": {
|
|
"2": "block/bamboo_stairs_side",
|
|
"particle": "block/bamboo_stairs",
|
|
"top": "block/bamboo_stairs"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [8, 8, 0],
|
|
"to": [16, 16, 8],
|
|
"faces": {
|
|
"north": {"uv": [0, 0, 8, 8], "texture": "#2", "cullface": "north"},
|
|
"west": {"uv": [0, 8, 8, 16], "texture": "#top"},
|
|
"up": {"uv": [0, 16, 8, 8], "rotation": 90, "texture": "#top"}
|
|
}
|
|
},
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [16, 8, 16],
|
|
"faces": {
|
|
"north": {"uv": [0, 8, 16, 16], "texture": "#top", "cullface": "north"},
|
|
"west": {"uv": [0, 8, 16, 16], "texture": "#2", "cullface": "west"}
|
|
}
|
|
},
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [8, 8, 8],
|
|
"faces": {
|
|
"up": {"uv": [16, 8, 8, 16], "texture": "#top"}
|
|
}
|
|
},
|
|
{
|
|
"from": [0, 8, 8],
|
|
"to": [16, 16, 16],
|
|
"faces": {
|
|
"north": {"uv": [0, 0, 16, 8], "texture": "#top"},
|
|
"west": {"uv": [8, 0, 16, 8], "texture": "#2", "cullface": "west"},
|
|
"up": {"uv": [16, 0, 0, 8], "texture": "#top", "cullface": "up"}
|
|
}
|
|
}
|
|
]
|
|
} |