summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/lantern.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/lantern.json')
-rwxr-xr-xassets/minecraft/models/item/lantern.json119
1 files changed, 119 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/lantern.json b/assets/minecraft/models/item/lantern.json
new file mode 100755
index 00000000..8efc7d8b
--- /dev/null
+++ b/assets/minecraft/models/item/lantern.json
@@ -0,0 +1,119 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "1": "item/lantern",
5 "particle": "block/lantern",
6 "lantern": "block/lantern"
7 },
8 "elements": [
9 {
10 "from": [6, 7, 6],
11 "to": [10, 7, 10],
12 "shade": false,
13 "faces": {
14 "down": {"uv": [0, 0, 16, 16], "texture": "#1"}
15 }
16 },
17 {
18 "from": [5, 0, 5],
19 "to": [11, 7, 11],
20 "faces": {
21 "north": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
22 "east": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
23 "south": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
24 "west": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
25 "up": {"uv": [0, 9, 6, 15], "texture": "#lantern"}
26 }
27 },
28 {
29 "from": [11, 7, 11],
30 "to": [5, 0.001, 5],
31 "faces": {
32 "north": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
33 "east": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
34 "south": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
35 "west": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
36 "up": {"uv": [0, 9, 6, 15], "texture": "#lantern"}
37 }
38 },
39 {
40 "from": [6, 0, 6],
41 "to": [10, 7, 10],
42 "faces": {
43 "north": {"uv": [6, 2, 10, 9], "texture": "#lantern"},
44 "east": {"uv": [6, 2, 10, 9], "texture": "#lantern"},
45 "south": {"uv": [6, 2, 10, 9], "texture": "#lantern"},
46 "west": {"uv": [6, 2, 10, 9], "texture": "#lantern"}
47 }
48 },
49 {
50 "from": [6, 7, 6],
51 "to": [10, 9, 10],
52 "faces": {
53 "north": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
54 "east": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
55 "south": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
56 "west": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
57 "up": {"uv": [1, 10, 5, 14], "texture": "#lantern"}
58 }
59 },
60 {
61 "from": [6.5, 9, 8],
62 "to": [9.5, 11, 8],
63 "shade": false,
64 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
65 "faces": {
66 "north": {"uv": [11, 10, 14, 12], "texture": "#lantern"},
67 "south": {"uv": [11, 10, 14, 12], "texture": "#lantern"}
68 }
69 },
70 {
71 "from": [8, 9, 6.5],
72 "to": [8, 11, 9.5],
73 "shade": false,
74 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
75 "faces": {
76 "east": {"uv": [11, 10, 14, 12], "texture": "#lantern"},
77 "west": {"uv": [11, 10, 14, 12], "texture": "#lantern"}
78 }
79 }
80 ],
81 "gui_light": "front",
82 "display": {
83 "thirdperson_righthand": {
84 "rotation": [68, 0, 0],
85 "translation": [0, -1.5, -1.5],
86 "scale": [0.8, 0.8, 0.8]
87 },
88 "thirdperson_lefthand": {
89 "rotation": [68, 0, 0],
90 "translation": [0, -1.5, -1.5],
91 "scale": [0.8, 0.8, 0.8]
92 },
93 "firstperson_righthand": {
94 "rotation": [0, 101, 3],
95 "translation": [1, 6, 2.5],
96 "scale": [0.7, 0.7, 0.7]
97 },
98 "firstperson_lefthand": {
99 "rotation": [0, 101, 3],
100 "translation": [1, 6, 2.5],
101 "scale": [0.7, 0.7, 0.7]
102 },
103 "ground": {
104 "translation": [0, 5, 0]
105 },
106 "gui": {
107 "rotation": [270, 0, 0],
108 "scale": [4, 1.4, 4]
109 },
110 "head": {
111 "rotation": [0, 90, 0],
112 "translation": [0, 14.5, -0.25]
113 },
114 "fixed": {
115 "translation": [0, 5, -0.5],
116 "scale": [1.4, 1.4, 1.4]
117 }
118 }
119} \ No newline at end of file