1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
{
"ambientocclusion": false,
"textures": {
"1": "item/lantern",
"particle": "block/lantern",
"lantern": "block/lantern"
},
"elements": [
{
"from": [6, 7, 6],
"to": [10, 7, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [5, 0, 5],
"to": [11, 7, 11],
"faces": {
"north": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"east": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"south": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"west": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"up": {"uv": [0, 9, 6, 15], "texture": "#lantern"}
}
},
{
"from": [11, 7, 11],
"to": [5, 0.001, 5],
"faces": {
"north": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"east": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"south": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"west": {"uv": [0, 2, 6, 9], "texture": "#lantern"},
"up": {"uv": [0, 9, 6, 15], "texture": "#lantern"}
}
},
{
"from": [6, 0, 6],
"to": [10, 7, 10],
"faces": {
"north": {"uv": [6, 2, 10, 9], "texture": "#lantern"},
"east": {"uv": [6, 2, 10, 9], "texture": "#lantern"},
"south": {"uv": [6, 2, 10, 9], "texture": "#lantern"},
"west": {"uv": [6, 2, 10, 9], "texture": "#lantern"}
}
},
{
"from": [6, 7, 6],
"to": [10, 9, 10],
"faces": {
"north": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
"east": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
"south": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
"west": {"uv": [1, 0, 5, 2], "texture": "#lantern"},
"up": {"uv": [1, 10, 5, 14], "texture": "#lantern"}
}
},
{
"from": [6.5, 9, 8],
"to": [9.5, 11, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [11, 10, 14, 12], "texture": "#lantern"},
"south": {"uv": [11, 10, 14, 12], "texture": "#lantern"}
}
},
{
"from": [8, 9, 6.5],
"to": [8, 11, 9.5],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [11, 10, 14, 12], "texture": "#lantern"},
"west": {"uv": [11, 10, 14, 12], "texture": "#lantern"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [68, 0, 0],
"translation": [0, -1.5, -1.5],
"scale": [0.8, 0.8, 0.8]
},
"thirdperson_lefthand": {
"rotation": [68, 0, 0],
"translation": [0, -1.5, -1.5],
"scale": [0.8, 0.8, 0.8]
},
"firstperson_righthand": {
"rotation": [0, 101, 3],
"translation": [1, 6, 2.5],
"scale": [0.7, 0.7, 0.7]
},
"firstperson_lefthand": {
"rotation": [0, 101, 3],
"translation": [1, 6, 2.5],
"scale": [0.7, 0.7, 0.7]
},
"ground": {
"translation": [0, 5, 0]
},
"gui": {
"rotation": [270, 0, 0],
"scale": [4, 1.4, 4]
},
"head": {
"rotation": [0, 90, 0],
"translation": [0, 14.5, -0.25]
},
"fixed": {
"translation": [0, 5, -0.5],
"scale": [1.4, 1.4, 1.4]
}
}
}
|