summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/experience_bottle.json
blob: c7fe3d1e6528d023061a817838496ead7d3c1c5d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
	"parent": "item/end_portal_frame",
	"textures": {
		"0": "item/experience_bottle_model",
		"particle": "item/experience_bottle_model"
	},
	"elements": [
		{
			"from": [4, 0, 4],
			"to": [12, 8, 12],
			"faces": {
				"north": {"uv": [12, 4, 16, 8], "texture": "#0"},
				"east": {"uv": [12, 4, 16, 8], "texture": "#0"},
				"south": {"uv": [12, 4, 16, 8], "texture": "#0"},
				"west": {"uv": [12, 4, 16, 8], "texture": "#0"},
				"up": {"uv": [12, 0, 16, 4], "texture": "#0"}
			}
		},
		{
			"from": [5, 1, 5],
			"to": [11, 7, 11],
			"faces": {
				"north": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
				"east": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
				"south": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
				"west": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
				"up": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"}
			}
		},
		{
			"from": [6, 0, 6],
			"to": [10, 2, 10],
			"faces": {
				"down": {"uv": [8, 8, 16, 16], "texture": "#0"}
			}
		},
		{
			"from": [7, 8, 7],
			"to": [9, 11, 9],
			"faces": {
				"north": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
				"east": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
				"south": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
				"west": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
				"up": {"uv": [10, 2.5, 11, 3.5], "texture": "#0"}
			}
		},
		{
			"from": [7, 8, 9],
			"to": [7, 11, 12],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [7, 9.5, 9]},
			"faces": {
				"east": {"uv": [9, 1, 7.5, 2.5], "texture": "#0"},
				"west": {"uv": [7.5, 1, 9, 2.5], "texture": "#0"}
			}
		},
		{
			"from": [6, 9, 6],
			"to": [10, 10, 10],
			"faces": {
				"north": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
				"east": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
				"south": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
				"west": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
				"up": {"uv": [9.5, 0, 11.5, 2], "texture": "#0"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"rotation": [68, 0, 0],
			"translation": [0, 2, 3.25],
			"scale": [0.63, 0.63, 0.63]
		},
		"thirdperson_lefthand": {
			"rotation": [68, 0, 0],
			"translation": [0, 2, 3.25],
			"scale": [0.63, 0.63, 0.63]
		},
		"firstperson_righthand": {
			"rotation": [4.5, -41, 12],
			"translation": [2.5, 2, 0]
		},
		"firstperson_lefthand": {
			"rotation": [4.5, -41, 12],
			"translation": [2.5, 2, 0]
		},
		"ground": {
			"translation": [0, 5, 0],
			"scale": [0.6, 0.6, 0.6]
		},
		"gui": {
			"rotation": [270, 0, 0],
			"scale": [4, 1.4, 4]
		},
		"head": {
			"rotation": [12.5, 0, 0],
			"translation": [0, -8.5, -7.25],
			"scale": [0.99, 0.99, 0.99]
		},
		"fixed": {
			"rotation": [-90, 0, 0],
			"translation": [0, 0, -14],
			"scale": [2, 2, 2]
		}
	}
}