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
120
121
122
|
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "block/bookshelf1",
"2": "block/bookshelf_trim",
"particle": "block/bookshelf_particle"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"}
}
},
{
"from": [1, 2, 1],
"to": [15, 15, 0],
"faces": {
"east": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "north"},
"west": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "north"},
"up": {"uv": [1, 0, 15, 1], "rotation": 180, "texture": "#2", "cullface": "north"},
"down": {"uv": [1, 14, 15, 15], "texture": "#2", "cullface": "north"}
}
},
{
"from": [0, 0, 1],
"to": [16, 16, 0],
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#0", "cullface": "north"}
}
},
{
"from": [1, 8, 0],
"to": [15, 9, 1],
"faces": {
"up": {"uv": [1, 7, 15, 8], "texture": "#2", "cullface": "north"},
"down": {"uv": [1, 7, 15, 8], "texture": "#2", "cullface": "north"}
}
},
{
"from": [1, 2, 1],
"to": [0, 15, 15],
"faces": {
"north": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "west"},
"south": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "west"},
"up": {"uv": [1, 0, 15, 1], "rotation": 90, "texture": "#2", "cullface": "west"},
"down": {"uv": [1, 14, 15, 15], "rotation": 90, "texture": "#2", "cullface": "west"}
}
},
{
"from": [1, 0, 0],
"to": [0, 16, 16],
"faces": {
"west": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 8, 1],
"to": [1, 9, 15],
"faces": {
"up": {"uv": [1, 7, 15, 8], "rotation": 270, "texture": "#2", "cullface": "west"},
"down": {"uv": [1, 7, 15, 8], "rotation": 90, "texture": "#2", "cullface": "west"}
}
},
{
"from": [1, 2, 16],
"to": [15, 15, 15],
"faces": {
"east": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "south"},
"up": {"uv": [1, 0, 15, 1], "texture": "#2", "cullface": "south"},
"down": {"uv": [1, 14, 15, 15], "rotation": 180, "texture": "#2", "cullface": "south"}
}
},
{
"from": [0, 0, 16],
"to": [16, 16, 15],
"faces": {
"south": {"uv": [0, 8, 8, 16], "texture": "#0", "cullface": "south"}
}
},
{
"from": [1, 8, 15],
"to": [15, 9, 16],
"faces": {
"up": {"uv": [1, 7, 15, 8], "rotation": 180, "texture": "#2", "cullface": "south"},
"down": {"uv": [1, 7, 15, 8], "rotation": 180, "texture": "#2", "cullface": "south"}
}
},
{
"from": [16, 2, 1],
"to": [15, 15, 15],
"faces": {
"north": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "east"},
"east": {"uv": [8.5, 8.5, 15.5, 15], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "east"},
"up": {"uv": [1, 0, 15, 1], "texture": "#2", "cullface": "east"},
"down": {"uv": [1, 14, 15, 15], "rotation": 270, "texture": "#2", "cullface": "east"}
}
},
{
"from": [16, 0, 0],
"to": [15, 16, 16],
"faces": {
"east": {"uv": [8, 8, 16, 16], "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 8, 1],
"to": [16, 9, 15],
"faces": {
"up": {"uv": [1, 7, 15, 8], "rotation": 90, "texture": "#2", "cullface": "east"},
"down": {"uv": [1, 7, 15, 8], "rotation": 270, "texture": "#2", "cullface": "east"}
}
}
]
}
|