summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/splash_potion.json
blob: f105f833d7767d366d76529c0c5fc4e6c29d5c8c (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
111
{
	"credit": "Made with Blockbench",
	"parent": "item/end_portal_frame",
	"ambientocclusion": false,
	"texture_size": [256, 16],
	"textures": {
		"1": "item/splash_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": [5, 0, 5],
			"to": [11, 7, 11],
			"faces": {
				"north": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"},
				"east": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"},
				"south": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"},
				"west": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"},
				"up": {"uv": [0.3125, 3, 0.5, 9], "texture": "#1"}
			}
		},
		{
			"from": [7, 10, 5.5],
			"to": [9, 14, 7.5],
			"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 9]},
			"faces": {
				"east": {"uv": [0.1875, 6, 0.25, 10], "texture": "#1"},
				"south": {"uv": [0.125, 6, 0.1875, 10], "texture": "#1"},
				"west": {"uv": [0.25, 6, 0.1875, 10], "texture": "#1"},
				"up": {"uv": [0.1875, 6, 0.25, 8], "texture": "#1"}
			}
		},
		{
			"from": [6, 4.6, 5.5],
			"to": [10, 7, 11],
			"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 7, 11]},
			"faces": {
				"north": {"uv": [0.15625, 10, 0.3125, 11], "texture": "#1"},
				"east": {"uv": [0.15625, 14, 0.3125, 16], "texture": "#1"},
				"west": {"uv": [0.3125, 14, 0.15625, 16], "texture": "#1"},
				"up": {"uv": [0.15625, 10, 0.3125, 14], "rotation": 90, "texture": "#1"}
			}
		},
		{
			"from": [5.1, 0, 5.1],
			"to": [10.9, 5.9, 10.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]
		}
	}
}