summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/lingering_potion.json
blob: c6fe3103027ba7466a0cc7e3227a4d6aef2a1a4d (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
109
110
{
	"parent": "item/end_portal_frame",
	"ambientocclusion": false,
	"texture_size": [256, 16],
	"textures": {
		"1": "item/lingering_potion_model",
		"particle": "item/glass_bottle"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [1, 0, 1.5, 16], "texture": "#1"}
			}
		},
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0.5, 0, 1, 16], "texture": "#1", "tintindex": 0}
			}
		},
		{
			"from": [6, 0, 6],
			"to": [10, 8, 10],
			"faces": {
				"north": {"uv": [0.375, 9, 0.5, 16], "texture": "#1"},
				"east": {"uv": [0.375, 9, 0.5, 16], "texture": "#1"},
				"south": {"uv": [0.375, 9, 0.5, 16], "texture": "#1"},
				"west": {"uv": [0.375, 9, 0.5, 16], "texture": "#1"},
				"up": {"uv": [0.375, 5, 0.5, 9], "texture": "#1"}
			}
		},
		{
			"from": [7, 8, 7],
			"to": [9, 12, 9],
			"faces": {
				"north": {"uv": [0.21875, 7, 0.28125, 11], "texture": "#1"},
				"east": {"uv": [0.21875, 7, 0.28125, 11], "texture": "#1"},
				"south": {"uv": [0.21875, 7, 0.28125, 11], "texture": "#1"},
				"west": {"uv": [0.21875, 7, 0.28125, 11], "texture": "#1"},
				"up": {"uv": [0.21875, 7, 0.28125, 9], "texture": "#1"}
			}
		},
		{
			"from": [6.5, 10, 6.5],
			"to": [9.5, 11, 9.5],
			"faces": {
				"north": {"uv": [0.1875, 6, 0.3125, 7], "texture": "#1"},
				"east": {"uv": [0.1875, 6, 0.3125, 7], "texture": "#1"},
				"south": {"uv": [0.1875, 6, 0.3125, 7], "texture": "#1"},
				"west": {"uv": [0.1875, 6, 0.3125, 7], "texture": "#1"},
				"up": {"uv": [0.1875, 3, 0.3125, 7], "texture": "#1"}
			}
		},
		{
			"from": [6.1, 0, 6.1],
			"to": [9.9, 5.9, 9.9],
			"faces": {
				"north": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0},
				"east": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0},
				"south": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0},
				"west": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0},
				"up": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 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]
		}
	}
}