summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bell.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/bell.json')
-rwxr-xr-xassets/minecraft/models/item/bell.json96
1 files changed, 96 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/bell.json b/assets/minecraft/models/item/bell.json
new file mode 100755
index 00000000..960b9bc9
--- /dev/null
+++ b/assets/minecraft/models/item/bell.json
@@ -0,0 +1,96 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "0": "item/bell",
6 "1": "entity/bell/bell_body",
7 "2": "block/dark_oak_planks",
8 "particle": "item/bell"
9 },
10 "elements": [
11 {
12 "from": [6, 7, 6],
13 "to": [10, 7, 10],
14 "shade": false,
15 "faces": {
16 "down": {"uv": [0, 0, 16, 16], "texture": "#0"}
17 }
18 },
19 {
20 "from": [4, 0, 4],
21 "to": [12, 2, 12],
22 "faces": {
23 "north": {"uv": [0, 11.5, 4, 10.5], "texture": "#1"},
24 "east": {"uv": [4, 11.5, 8, 10.5], "texture": "#1"},
25 "south": {"uv": [8, 11.5, 12, 10.5], "texture": "#1"},
26 "west": {"uv": [12, 11.5, 16, 10.5], "texture": "#1"},
27 "up": {"uv": [8, 6.5, 12, 10.5], "texture": "#1"}
28 }
29 },
30 {
31 "from": [12, 0, 4],
32 "to": [4, 2, 12],
33 "faces": {
34 "north": {"uv": [0, 11.5, 4, 10.5], "texture": "#1"},
35 "east": {"uv": [4, 11.5, 8, 10.5], "texture": "#1"},
36 "south": {"uv": [8, 11.5, 12, 10.5], "texture": "#1"},
37 "west": {"uv": [12, 11.5, 16, 10.5], "texture": "#1"}
38 }
39 },
40 {
41 "from": [5, 2, 5],
42 "to": [11, 9, 11],
43 "faces": {
44 "north": {"uv": [0, 6.5, 3, 3], "texture": "#1"},
45 "east": {"uv": [3, 6.5, 6, 3], "texture": "#1"},
46 "south": {"uv": [6, 6.5, 9, 3], "texture": "#1"},
47 "west": {"uv": [9, 6.5, 12, 3], "texture": "#1"},
48 "up": {"uv": [6, 0, 9, 3], "texture": "#1"}
49 }
50 },
51 {
52 "from": [11, 2, 5],
53 "to": [5, 9, 11],
54 "faces": {
55 "north": {"uv": [0, 6.5, 3, 3], "texture": "#1"},
56 "east": {"uv": [3, 6.5, 6, 3], "texture": "#1"},
57 "south": {"uv": [6, 6.5, 9, 3], "texture": "#1"},
58 "west": {"uv": [9, 6.5, 12, 3], "texture": "#1"}
59 }
60 },
61 {
62 "from": [7, 9, 7],
63 "to": [9, 11, 9],
64 "faces": {
65 "north": {"uv": [0, 0, 2, 2], "texture": "#2"},
66 "east": {"uv": [0, 0, 2, 2], "texture": "#2"},
67 "south": {"uv": [0, 0, 2, 2], "texture": "#2"},
68 "west": {"uv": [0, 0, 2, 2], "texture": "#2"},
69 "up": {"uv": [0, 0, 2, 2], "texture": "#2"}
70 }
71 }
72 ],
73 "gui_light": "front",
74 "display": {
75 "thirdperson_righthand": {
76 "rotation": [68, 0, 0],
77 "translation": [0, -1.5, -1.5],
78 "scale": [0.8, 0.8, 0.8]
79 },
80 "thirdperson_lefthand": {
81 "rotation": [68, 0, 0],
82 "translation": [0, -1.5, -1.5],
83 "scale": [0.8, 0.8, 0.8]
84 },
85 "firstperson_righthand": {
86 "rotation": [-173.5, 79, -177],
87 "translation": [1, 6, 2.5],
88 "scale": [0.7, 0.7, 0.7]
89 },
90 "firstperson_lefthand": {
91 "rotation": [-173.5, 79, -177],
92 "translation": [1, 6, 2.5],
93 "scale": [0.7, 0.7, 0.7]
94 }
95 }
96} \ No newline at end of file