summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/shulker_shell.json
blob: 7c917e7bf8c59a7181626686c0df2ea1b4e7f555 (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
{
	"parent": "item/end_portal_frame",
	"ambientocclusion": false,
	"textures": {
		"1": "block/entity/shulker/shulker",
		"4": "item/shulker_shell"
	},
	"elements": [
		{
			"from": [6, 12, 6],
			"to": [10, 12, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#4"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 12, 16],
			"faces": {
				"north": {"uv": [4, 4, 8, 7], "texture": "#1"},
				"east": {"uv": [0, 4, 4, 7], "texture": "#1"},
				"south": {"uv": [12, 4, 16, 7], "texture": "#1"},
				"west": {"uv": [8, 4, 12, 7], "texture": "#1"},
				"up": {"uv": [4, 0, 8, 4], "texture": "#1"}
			}
		},
		{
			"from": [16, 0, 0],
			"to": [0, 12, 16],
			"faces": {
				"north": {"uv": [4, 4, 8, 7], "texture": "#1"},
				"east": {"uv": [0, 4, 4, 7], "texture": "#1"},
				"south": {"uv": [12, 4, 16, 7], "texture": "#1"},
				"west": {"uv": [8, 4, 12, 7], "texture": "#1"}
			}
		}
	]
}