summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/end_crystal.json
blob: bfd552a085a2eaed461fa2758f421fb365ac74dc (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
{
	"parent": "item/end_portal_frame",
	"textures": {
		"0": "block/entity/end_crystal/end_crystal",
		"1": "item/end_crystal"
	},
	"elements": [
		{
			"from": [6, 13, 6],
			"to": [10, 13, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [3, 3, 3],
			"to": [13, 13, 13],
			"faces": {
				"north": {"uv": [10, 4, 12, 8], "texture": "#0"},
				"east": {"uv": [12, 4, 14, 8], "texture": "#0"},
				"south": {"uv": [14, 4, 16, 8], "texture": "#0"},
				"west": {"uv": [8, 4, 10, 8], "texture": "#0"},
				"up": {"uv": [10, 0, 12, 4], "texture": "#0"}
			}
		},
		{
			"from": [3, 3, 13],
			"to": [13, 13, 3],
			"faces": {
				"north": {"uv": [10, 4, 12, 8], "texture": "#0"},
				"east": {"uv": [12, 4, 14, 8], "texture": "#0"},
				"south": {"uv": [14, 4, 16, 8], "texture": "#0"},
				"west": {"uv": [8, 4, 10, 8], "texture": "#0"}
			}
		},
		{
			"from": [1, 1, 1],
			"to": [15, 15, 15],
			"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [4, 4, 6, 8], "texture": "#0"},
				"south": {"uv": [6, 4, 8, 8], "texture": "#0"},
				"west": {"uv": [0, 4, 2, 8], "texture": "#0"},
				"up": {"uv": [2, 0, 4, 4], "texture": "#0"}
			}
		},
		{
			"from": [15, 1, 1],
			"to": [1, 15, 15],
			"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [2, 4, 4, 8], "texture": "#0"},
				"east": {"uv": [4, 4, 6, 8], "texture": "#0"},
				"west": {"uv": [0, 4, 2, 8], "texture": "#0"},
				"down": {"uv": [4, 0, 6, 4], "texture": "#0"}
			}
		},
		{
			"from": [2, 2, 2],
			"to": [14, 14, 14],
			"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [2, 4, 4, 8], "texture": "#0"},
				"east": {"uv": [4, 4, 6, 8], "texture": "#0"},
				"south": {"uv": [6, 4, 8, 8], "texture": "#0"},
				"up": {"uv": [2, 0, 4, 4], "texture": "#0"}
			}
		},
		{
			"from": [2, 2, 14],
			"to": [14, 14, 2],
			"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [2, 4, 4, 8], "texture": "#0"},
				"south": {"uv": [6, 4, 8, 8], "texture": "#0"},
				"west": {"uv": [0, 4, 2, 8], "texture": "#0"},
				"down": {"uv": [4, 0, 6, 4], "texture": "#0"}
			}
		}
	]
}