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
|
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "block/air"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 11, 7, 11 ],
"faces": {
"down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern", "cullface": "down" },
"up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" },
"north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" },
"south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" },
"west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" },
"east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }
}
},
{ "to": [ 5, 0.001, 5 ],
"from": [ 11, 7, 11 ],
"faces": {
"down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern", "cullface": "down" },
"up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" },
"north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" },
"south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" },
"west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" },
"east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 7, 10 ],
"shade": false,
"faces": {
"north": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" },
"south": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" },
"west": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" },
"east": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" }
}
},
{ "from": [ 6, 7, 6 ],
"to": [ 10, 9, 10 ],
"faces": {
"up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" },
"north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" },
"south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" },
"west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" },
"east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }
}
},
{
"from": [ 6.5, 9, 8 ],
"to": [ 9.5, 11, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"faces": {
"north": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" },
"south": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" }
}
}
]
}
|