summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_button_pressed.json
blob: 7dc5fdd0230d5cd8feb540cea2dc6e6d43d5a310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"textures": {
		"particle": "block/bamboo_button",
		"texture": "block/bamboo_button"
	},
	"elements": [
		{
			"from": [5, 0, 5],
			"to": [11, 1, 11],
			"faces": {
				"north": {"uv": [5, 15, 11, 16], "texture": "#texture"},
				"east": {"uv": [5, 15, 11, 16], "texture": "#texture"},
				"south": {"uv": [5, 15, 11, 16], "texture": "#texture"},
				"west": {"uv": [5, 15, 11, 16], "texture": "#texture"},
				"up": {"uv": [5, 11, 11, 5], "texture": "#texture"},
				"down": {"uv": [5, 5, 11, 11], "texture": "#texture", "cullface": "down"}
			}
		}
	]
}