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

20 lines
560 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"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"}
}
}
]
}