summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brewing_stand_bottle0.json
blob: cceee86996e472dc9af87926c3ef6f25f0704d84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"textures": {
		"0": "block/brewing_stand_bottle",
		"particle": "block/brewing_stand"
	},
	"elements": [
		{
			"from": [8, 0, 8],
			"to": [16, 16, 8],
			"faces": {
				"north": {"uv": [16, 0, 8, 16], "texture": "#0"},
				"south": {"uv": [8, 0, 16, 16], "texture": "#0"}
			}
		},
		{
			"from": [13.5, 2, 5.5],
			"to": [13.5, 9, 10.5],
			"faces": {
				"east": {"uv": [0, 7, 5, 14], "texture": "#0"},
				"west": {"uv": [0, 7, 5, 14], "texture": "#0"}
			}
		}
	]
}