summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/honey_bottle.json
blob: 1b3d1f8625e1ec0ffab7e44addb52ca59b97f688 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	"parent": "item/potion",
	"ambientocclusion": false,
	"textures": {
		"1": "item/honey_bottle_model"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [8, 8, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [5, 0, 5],
			"to": [11, 10, 11],
			"faces": {
				"north": {"uv": [5, 3, 8, 8], "texture": "#1"},
				"east": {"uv": [5, 3, 8, 8], "texture": "#1"},
				"south": {"uv": [5, 3, 8, 8], "texture": "#1"},
				"west": {"uv": [5, 3, 8, 8], "texture": "#1"},
				"up": {"uv": [5, 0, 8, 3], "texture": "#1"}
			}
		},
		{
			"from": [5.1, 0, 5.1],
			"to": [10.9, 5.9, 10.9],
			"faces": {
				"north": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
				"east": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
				"south": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
				"west": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
				"up": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0}
			}
		}
	]
}