summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/experience_bottle.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/experience_bottle.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/experience_bottle.json')
-rwxr-xr-xassets/minecraft/models/item/experience_bottle.json108
1 files changed, 108 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/experience_bottle.json b/assets/minecraft/models/item/experience_bottle.json
new file mode 100755
index 00000000..c7fe3d1e
--- /dev/null
+++ b/assets/minecraft/models/item/experience_bottle.json
@@ -0,0 +1,108 @@
1{
2 "parent": "item/end_portal_frame",
3 "textures": {
4 "0": "item/experience_bottle_model",
5 "particle": "item/experience_bottle_model"
6 },
7 "elements": [
8 {
9 "from": [4, 0, 4],
10 "to": [12, 8, 12],
11 "faces": {
12 "north": {"uv": [12, 4, 16, 8], "texture": "#0"},
13 "east": {"uv": [12, 4, 16, 8], "texture": "#0"},
14 "south": {"uv": [12, 4, 16, 8], "texture": "#0"},
15 "west": {"uv": [12, 4, 16, 8], "texture": "#0"},
16 "up": {"uv": [12, 0, 16, 4], "texture": "#0"}
17 }
18 },
19 {
20 "from": [5, 1, 5],
21 "to": [11, 7, 11],
22 "faces": {
23 "north": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
24 "east": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
25 "south": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
26 "west": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"},
27 "up": {"uv": [0, 0, 3.5, 3.5], "texture": "#0"}
28 }
29 },
30 {
31 "from": [6, 0, 6],
32 "to": [10, 2, 10],
33 "faces": {
34 "down": {"uv": [8, 8, 16, 16], "texture": "#0"}
35 }
36 },
37 {
38 "from": [7, 8, 7],
39 "to": [9, 11, 9],
40 "faces": {
41 "north": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
42 "east": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
43 "south": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
44 "west": {"uv": [10, 3.5, 11, 5], "texture": "#0"},
45 "up": {"uv": [10, 2.5, 11, 3.5], "texture": "#0"}
46 }
47 },
48 {
49 "from": [7, 8, 9],
50 "to": [7, 11, 12],
51 "rotation": {"angle": -22.5, "axis": "y", "origin": [7, 9.5, 9]},
52 "faces": {
53 "east": {"uv": [9, 1, 7.5, 2.5], "texture": "#0"},
54 "west": {"uv": [7.5, 1, 9, 2.5], "texture": "#0"}
55 }
56 },
57 {
58 "from": [6, 9, 6],
59 "to": [10, 10, 10],
60 "faces": {
61 "north": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
62 "east": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
63 "south": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
64 "west": {"uv": [9.5, 2, 11.5, 2.5], "texture": "#0"},
65 "up": {"uv": [9.5, 0, 11.5, 2], "texture": "#0"}
66 }
67 }
68 ],
69 "gui_light": "front",
70 "display": {
71 "thirdperson_righthand": {
72 "rotation": [68, 0, 0],
73 "translation": [0, 2, 3.25],
74 "scale": [0.63, 0.63, 0.63]
75 },
76 "thirdperson_lefthand": {
77 "rotation": [68, 0, 0],
78 "translation": [0, 2, 3.25],
79 "scale": [0.63, 0.63, 0.63]
80 },
81 "firstperson_righthand": {
82 "rotation": [4.5, -41, 12],
83 "translation": [2.5, 2, 0]
84 },
85 "firstperson_lefthand": {
86 "rotation": [4.5, -41, 12],
87 "translation": [2.5, 2, 0]
88 },
89 "ground": {
90 "translation": [0, 5, 0],
91 "scale": [0.6, 0.6, 0.6]
92 },
93 "gui": {
94 "rotation": [270, 0, 0],
95 "scale": [4, 1.4, 4]
96 },
97 "head": {
98 "rotation": [12.5, 0, 0],
99 "translation": [0, -8.5, -7.25],
100 "scale": [0.99, 0.99, 0.99]
101 },
102 "fixed": {
103 "rotation": [-90, 0, 0],
104 "translation": [0, 0, -14],
105 "scale": [2, 2, 2]
106 }
107 }
108} \ No newline at end of file