summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bell.json
blob: 960b9bc928bdc775ef4413f4bd2e8de94ee94706 (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
{
	"parent": "item/end_portal_frame",
	"ambientocclusion": false,
	"textures": {
		"0": "item/bell",
		"1": "entity/bell/bell_body",
		"2": "block/dark_oak_planks",
		"particle": "item/bell"
	},
	"elements": [
		{
			"from": [6, 7, 6],
			"to": [10, 7, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
			}
		},
		{
			"from": [4, 0, 4],
			"to": [12, 2, 12],
			"faces": {
				"north": {"uv": [0, 11.5, 4, 10.5], "texture": "#1"},
				"east": {"uv": [4, 11.5, 8, 10.5], "texture": "#1"},
				"south": {"uv": [8, 11.5, 12, 10.5], "texture": "#1"},
				"west": {"uv": [12, 11.5, 16, 10.5], "texture": "#1"},
				"up": {"uv": [8, 6.5, 12, 10.5], "texture": "#1"}
			}
		},
		{
			"from": [12, 0, 4],
			"to": [4, 2, 12],
			"faces": {
				"north": {"uv": [0, 11.5, 4, 10.5], "texture": "#1"},
				"east": {"uv": [4, 11.5, 8, 10.5], "texture": "#1"},
				"south": {"uv": [8, 11.5, 12, 10.5], "texture": "#1"},
				"west": {"uv": [12, 11.5, 16, 10.5], "texture": "#1"}
			}
		},
		{
			"from": [5, 2, 5],
			"to": [11, 9, 11],
			"faces": {
				"north": {"uv": [0, 6.5, 3, 3], "texture": "#1"},
				"east": {"uv": [3, 6.5, 6, 3], "texture": "#1"},
				"south": {"uv": [6, 6.5, 9, 3], "texture": "#1"},
				"west": {"uv": [9, 6.5, 12, 3], "texture": "#1"},
				"up": {"uv": [6, 0, 9, 3], "texture": "#1"}
			}
		},
		{
			"from": [11, 2, 5],
			"to": [5, 9, 11],
			"faces": {
				"north": {"uv": [0, 6.5, 3, 3], "texture": "#1"},
				"east": {"uv": [3, 6.5, 6, 3], "texture": "#1"},
				"south": {"uv": [6, 6.5, 9, 3], "texture": "#1"},
				"west": {"uv": [9, 6.5, 12, 3], "texture": "#1"}
			}
		},
		{
			"from": [7, 9, 7],
			"to": [9, 11, 9],
			"faces": {
				"north": {"uv": [0, 0, 2, 2], "texture": "#2"},
				"east": {"uv": [0, 0, 2, 2], "texture": "#2"},
				"south": {"uv": [0, 0, 2, 2], "texture": "#2"},
				"west": {"uv": [0, 0, 2, 2], "texture": "#2"},
				"up": {"uv": [0, 0, 2, 2], "texture": "#2"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -1.5, -1.5],
			"scale": [0.8, 0.8, 0.8]
		},
		"thirdperson_lefthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -1.5, -1.5],
			"scale": [0.8, 0.8, 0.8]
		},
		"firstperson_righthand": {
			"rotation": [-173.5, 79, -177],
			"translation": [1, 6, 2.5],
			"scale": [0.7, 0.7, 0.7]
		},
		"firstperson_lefthand": {
			"rotation": [-173.5, 79, -177],
			"translation": [1, 6, 2.5],
			"scale": [0.7, 0.7, 0.7]
		}
	}
}