summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bowl.json
blob: d65014a74bc2a85bbadbd882d867b5075daddbae (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
{
	"parent": "item/bucket",
	"textures": {
		"1": "item/bowl_model",
		"particle": "item/bowl"
	},
	"elements": [
		{
			"from": [6, 4, 6],
			"to": [10, 4, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [8, 8, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [3, 0, 3],
			"to": [13, 4, 13],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 5, 5, 7], "texture": "#1"},
				"east": {"uv": [0, 5, 5, 7], "texture": "#1"},
				"south": {"uv": [0, 5, 5, 7], "texture": "#1"},
				"west": {"uv": [0, 5, 5, 7], "texture": "#1"},
				"up": {"uv": [0, 0, 5, 5], "texture": "#1"}
			}
		},
		{
			"from": [12, 4, 12],
			"to": [4, 1, 4],
			"shade": false,
			"faces": {
				"north": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
				"east": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
				"south": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
				"west": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
				"up": {"uv": [5.5, 0.5, 9.5, 4.5], "texture": "#1"}
			}
		},
		{
			"from": [12, 4, 12],
			"to": [4, 3, 4],
			"shade": false,
			"faces": {
				"up": {"uv": [10, 0.5, 14, 4.5], "texture": "#1"}
			}
		},
		{
			"from": [0, 0, 8],
			"to": [16, 16, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
			"faces": {
				"north": {"uv": [7.5, 8, 0, 16], "texture": "#1"},
				"south": {"uv": [0, 8, 7.5, 16], "texture": "#1"}
			}
		}
	],
	"display": {
		"thirdperson_righthand": {
			"rotation": [68, 0, 0],
			"translation": [0, 5, 3.5],
			"scale": [0.8, 0.8, 0.8]
		},
		"thirdperson_lefthand": {
			"rotation": [68, 0, 0],
			"translation": [0, 5, 3.5],
			"scale": [0.8, 0.8, 0.8]
		},
		"firstperson_righthand": {
			"rotation": [26, -41, 12],
			"translation": [1.75, 6.5, 0]
		},
		"firstperson_lefthand": {
			"rotation": [26, -41, 12],
			"translation": [1.75, 6.5, 0]
		},
		"head": {
			"rotation": [-157.75, 0, 0],
			"translation": [0, -5, -2.75],
			"scale": [2, 2, 2]
		}
	}
}