summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/elytra.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/elytra.json')
-rwxr-xr-xassets/minecraft/models/item/elytra.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/elytra.json b/assets/minecraft/models/item/elytra.json
new file mode 100755
index 00000000..484583cf
--- /dev/null
+++ b/assets/minecraft/models/item/elytra.json
@@ -0,0 +1,85 @@
1{
2 "parent": "item/golden_chestplate",
3 "textures": {
4 "1": "item/elytra",
5 "2": "block/entity/elytra",
6 "particle": "block/entity/elytra"
7 },
8 "elements": [
9 {
10 "from": [6, 0, 6],
11 "to": [10, 0, 10],
12 "shade": false,
13 "faces": {
14 "down": {"uv": [0, 0, 16, 16], "texture": "#1"}
15 }
16 },
17 {
18 "from": [8, 0, 5.9],
19 "to": [17, 20, 9.9],
20 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 10, 8]},
21 "faces": {
22 "north": {"uv": [9, 1, 11.25, 10.5], "texture": "#2"},
23 "east": {"uv": [8.5, 1, 9, 10.5], "texture": "#2"},
24 "up": {"uv": [6.25, 0, 8.5, 1], "texture": "#2"}
25 }
26 },
27 {
28 "from": [-1, 0, 6],
29 "to": [8, 20, 10],
30 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 10, 8]},
31 "faces": {
32 "north": {"uv": [11.25, 1, 9, 10.5], "texture": "#2"},
33 "west": {"uv": [9, 1, 8.5, 10.5], "texture": "#2"},
34 "up": {"uv": [8.5, 0, 6.25, 1], "texture": "#2"}
35 }
36 },
37 {
38 "from": [17, 20, 9.9],
39 "to": [8, 0, 5.9],
40 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 10, 4]},
41 "faces": {
42 "south": {"uv": [11.25, 1, 9, 10.5], "rotation": 180, "texture": "#2"}
43 }
44 },
45 {
46 "from": [8, 20, 10],
47 "to": [-1, 0, 6],
48 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 10, 4]},
49 "faces": {
50 "south": {"uv": [9, 1, 11.25, 10.5], "rotation": 180, "texture": "#2"}
51 }
52 }
53 ],
54 "display": {
55 "thirdperson_righthand": {
56 "rotation": [68, 0, 0],
57 "translation": [0, -0.5, -1.25],
58 "scale": [0.41, 0.41, 0.41]
59 },
60 "thirdperson_lefthand": {
61 "rotation": [68, 0, 0],
62 "translation": [0, -0.5, -1.25],
63 "scale": [0.41, 0.41, 0.41]
64 },
65 "firstperson_righthand": {
66 "rotation": [26, -41, 12],
67 "translation": [1.75, -3.75, 0],
68 "scale": [0.68, 0.68, 0.68]
69 },
70 "firstperson_lefthand": {
71 "rotation": [26, -41, 12],
72 "translation": [1.75, -3.75, 0],
73 "scale": [0.68, 0.68, 0.68]
74 },
75 "ground": {
76 "translation": [0, 4, 0],
77 "scale": [0.5, 0.5, 0.5]
78 },
79 "fixed": {
80 "rotation": [11.75, 0, 0],
81 "translation": [0, -6, -4.5],
82 "scale": [1.24, 1.24, 1.24]
83 }
84 }
85} \ No newline at end of file