summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/elytra.json
blob: 484583cf78f9e0e647f0d8e5d69a0cc4fab3d2df (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
{
	"parent": "item/golden_chestplate",
	"textures": {
		"1": "item/elytra",
		"2": "block/entity/elytra",
		"particle": "block/entity/elytra"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [8, 0, 5.9],
			"to": [17, 20, 9.9],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 10, 8]},
			"faces": {
				"north": {"uv": [9, 1, 11.25, 10.5], "texture": "#2"},
				"east": {"uv": [8.5, 1, 9, 10.5], "texture": "#2"},
				"up": {"uv": [6.25, 0, 8.5, 1], "texture": "#2"}
			}
		},
		{
			"from": [-1, 0, 6],
			"to": [8, 20, 10],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 10, 8]},
			"faces": {
				"north": {"uv": [11.25, 1, 9, 10.5], "texture": "#2"},
				"west": {"uv": [9, 1, 8.5, 10.5], "texture": "#2"},
				"up": {"uv": [8.5, 0, 6.25, 1], "texture": "#2"}
			}
		},
		{
			"from": [17, 20, 9.9],
			"to": [8, 0, 5.9],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 10, 4]},
			"faces": {
				"south": {"uv": [11.25, 1, 9, 10.5], "rotation": 180, "texture": "#2"}
			}
		},
		{
			"from": [8, 20, 10],
			"to": [-1, 0, 6],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 10, 4]},
			"faces": {
				"south": {"uv": [9, 1, 11.25, 10.5], "rotation": 180, "texture": "#2"}
			}
		}
	],
	"display": {
		"thirdperson_righthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -0.5, -1.25],
			"scale": [0.41, 0.41, 0.41]
		},
		"thirdperson_lefthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -0.5, -1.25],
			"scale": [0.41, 0.41, 0.41]
		},
		"firstperson_righthand": {
			"rotation": [26, -41, 12],
			"translation": [1.75, -3.75, 0],
			"scale": [0.68, 0.68, 0.68]
		},
		"firstperson_lefthand": {
			"rotation": [26, -41, 12],
			"translation": [1.75, -3.75, 0],
			"scale": [0.68, 0.68, 0.68]
		},
		"ground": {
			"translation": [0, 4, 0],
			"scale": [0.5, 0.5, 0.5]
		},
		"fixed": {
			"rotation": [11.75, 0, 0],
			"translation": [0, -6, -4.5],
			"scale": [1.24, 1.24, 1.24]
		}
	}
}