summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/end_crystal.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/end_crystal.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/end_crystal.json')
-rwxr-xr-xassets/minecraft/models/item/end_crystal.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/end_crystal.json b/assets/minecraft/models/item/end_crystal.json
new file mode 100755
index 00000000..bfd552a0
--- /dev/null
+++ b/assets/minecraft/models/item/end_crystal.json
@@ -0,0 +1,82 @@
1{
2 "parent": "item/end_portal_frame",
3 "textures": {
4 "0": "block/entity/end_crystal/end_crystal",
5 "1": "item/end_crystal"
6 },
7 "elements": [
8 {
9 "from": [6, 13, 6],
10 "to": [10, 13, 10],
11 "shade": false,
12 "faces": {
13 "down": {"uv": [0, 0, 16, 16], "texture": "#1"}
14 }
15 },
16 {
17 "from": [3, 3, 3],
18 "to": [13, 13, 13],
19 "faces": {
20 "north": {"uv": [10, 4, 12, 8], "texture": "#0"},
21 "east": {"uv": [12, 4, 14, 8], "texture": "#0"},
22 "south": {"uv": [14, 4, 16, 8], "texture": "#0"},
23 "west": {"uv": [8, 4, 10, 8], "texture": "#0"},
24 "up": {"uv": [10, 0, 12, 4], "texture": "#0"}
25 }
26 },
27 {
28 "from": [3, 3, 13],
29 "to": [13, 13, 3],
30 "faces": {
31 "north": {"uv": [10, 4, 12, 8], "texture": "#0"},
32 "east": {"uv": [12, 4, 14, 8], "texture": "#0"},
33 "south": {"uv": [14, 4, 16, 8], "texture": "#0"},
34 "west": {"uv": [8, 4, 10, 8], "texture": "#0"}
35 }
36 },
37 {
38 "from": [1, 1, 1],
39 "to": [15, 15, 15],
40 "rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
41 "faces": {
42 "east": {"uv": [4, 4, 6, 8], "texture": "#0"},
43 "south": {"uv": [6, 4, 8, 8], "texture": "#0"},
44 "west": {"uv": [0, 4, 2, 8], "texture": "#0"},
45 "up": {"uv": [2, 0, 4, 4], "texture": "#0"}
46 }
47 },
48 {
49 "from": [15, 1, 1],
50 "to": [1, 15, 15],
51 "rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
52 "faces": {
53 "north": {"uv": [2, 4, 4, 8], "texture": "#0"},
54 "east": {"uv": [4, 4, 6, 8], "texture": "#0"},
55 "west": {"uv": [0, 4, 2, 8], "texture": "#0"},
56 "down": {"uv": [4, 0, 6, 4], "texture": "#0"}
57 }
58 },
59 {
60 "from": [2, 2, 2],
61 "to": [14, 14, 14],
62 "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
63 "faces": {
64 "north": {"uv": [2, 4, 4, 8], "texture": "#0"},
65 "east": {"uv": [4, 4, 6, 8], "texture": "#0"},
66 "south": {"uv": [6, 4, 8, 8], "texture": "#0"},
67 "up": {"uv": [2, 0, 4, 4], "texture": "#0"}
68 }
69 },
70 {
71 "from": [2, 2, 14],
72 "to": [14, 14, 2],
73 "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
74 "faces": {
75 "north": {"uv": [2, 4, 4, 8], "texture": "#0"},
76 "south": {"uv": [6, 4, 8, 8], "texture": "#0"},
77 "west": {"uv": [0, 4, 2, 8], "texture": "#0"},
78 "down": {"uv": [4, 0, 6, 4], "texture": "#0"}
79 }
80 }
81 ]
82} \ No newline at end of file