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