20 lines
560 B
JSON
20 lines
560 B
JSON
|
|
{
|
||
|
|
"textures": {
|
||
|
|
"particle": "block/bamboo_button",
|
||
|
|
"texture": "block/bamboo_button"
|
||
|
|
},
|
||
|
|
"elements": [
|
||
|
|
{
|
||
|
|
"from": [5, 0, 5],
|
||
|
|
"to": [11, 2, 11],
|
||
|
|
"faces": {
|
||
|
|
"north": {"uv": [5, 14, 11, 16], "texture": "#texture"},
|
||
|
|
"east": {"uv": [5, 14, 11, 16], "texture": "#texture"},
|
||
|
|
"south": {"uv": [5, 14, 11, 16], "texture": "#texture"},
|
||
|
|
"west": {"uv": [5, 14, 11, 16], "texture": "#texture"},
|
||
|
|
"up": {"uv": [5, 11, 11, 5], "texture": "#texture"},
|
||
|
|
"down": {"uv": [5, 5, 11, 11], "texture": "#texture", "cullface": "down"}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|