summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bookshelf_sides.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/bookshelf_sides.json')
-rwxr-xr-xassets/minecraft/models/block/bookshelf_sides.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bookshelf_sides.json b/assets/minecraft/models/block/bookshelf_sides.json
new file mode 100755
index 00000000..cb864b24
--- /dev/null
+++ b/assets/minecraft/models/block/bookshelf_sides.json
@@ -0,0 +1,122 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "textures": {
5 "0": "block/bookshelf1",
6 "2": "block/bookshelf_trim",
7 "particle": "block/bookshelf_particle"
8 },
9 "elements": [
10 {
11 "from": [0, 0, 0],
12 "to": [16, 16, 16],
13 "faces": {
14 "north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
15 "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
16 "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
17 "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"}
18 }
19 },
20 {
21 "from": [1, 2, 1],
22 "to": [15, 15, 0],
23 "faces": {
24 "east": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "north"},
25 "west": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "north"},
26 "up": {"uv": [1, 0, 15, 1], "rotation": 180, "texture": "#2", "cullface": "north"},
27 "down": {"uv": [1, 14, 15, 15], "texture": "#2", "cullface": "north"}
28 }
29 },
30 {
31 "from": [0, 0, 1],
32 "to": [16, 16, 0],
33 "faces": {
34 "north": {"uv": [0, 0, 8, 8], "texture": "#0", "cullface": "north"}
35 }
36 },
37 {
38 "from": [1, 8, 0],
39 "to": [15, 9, 1],
40 "faces": {
41 "up": {"uv": [1, 7, 15, 8], "texture": "#2", "cullface": "north"},
42 "down": {"uv": [1, 7, 15, 8], "texture": "#2", "cullface": "north"}
43 }
44 },
45 {
46 "from": [1, 2, 1],
47 "to": [0, 15, 15],
48 "faces": {
49 "north": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "west"},
50 "south": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "west"},
51 "up": {"uv": [1, 0, 15, 1], "rotation": 90, "texture": "#2", "cullface": "west"},
52 "down": {"uv": [1, 14, 15, 15], "rotation": 90, "texture": "#2", "cullface": "west"}
53 }
54 },
55 {
56 "from": [1, 0, 0],
57 "to": [0, 16, 16],
58 "faces": {
59 "west": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "west"}
60 }
61 },
62 {
63 "from": [0, 8, 1],
64 "to": [1, 9, 15],
65 "faces": {
66 "up": {"uv": [1, 7, 15, 8], "rotation": 270, "texture": "#2", "cullface": "west"},
67 "down": {"uv": [1, 7, 15, 8], "rotation": 90, "texture": "#2", "cullface": "west"}
68 }
69 },
70 {
71 "from": [1, 2, 16],
72 "to": [15, 15, 15],
73 "faces": {
74 "east": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "south"},
75 "west": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "south"},
76 "up": {"uv": [1, 0, 15, 1], "texture": "#2", "cullface": "south"},
77 "down": {"uv": [1, 14, 15, 15], "rotation": 180, "texture": "#2", "cullface": "south"}
78 }
79 },
80 {
81 "from": [0, 0, 16],
82 "to": [16, 16, 15],
83 "faces": {
84 "south": {"uv": [0, 8, 8, 16], "texture": "#0", "cullface": "south"}
85 }
86 },
87 {
88 "from": [1, 8, 15],
89 "to": [15, 9, 16],
90 "faces": {
91 "up": {"uv": [1, 7, 15, 8], "rotation": 180, "texture": "#2", "cullface": "south"},
92 "down": {"uv": [1, 7, 15, 8], "rotation": 180, "texture": "#2", "cullface": "south"}
93 }
94 },
95 {
96 "from": [16, 2, 1],
97 "to": [15, 15, 15],
98 "faces": {
99 "north": {"uv": [15, 1, 16, 14], "texture": "#2", "cullface": "east"},
100 "east": {"uv": [8.5, 8.5, 15.5, 15], "texture": "#0", "cullface": "east"},
101 "south": {"uv": [0, 1, 1, 14], "texture": "#2", "cullface": "east"},
102 "up": {"uv": [1, 0, 15, 1], "texture": "#2", "cullface": "east"},
103 "down": {"uv": [1, 14, 15, 15], "rotation": 270, "texture": "#2", "cullface": "east"}
104 }
105 },
106 {
107 "from": [16, 0, 0],
108 "to": [15, 16, 16],
109 "faces": {
110 "east": {"uv": [8, 8, 16, 16], "texture": "#0", "cullface": "east"}
111 }
112 },
113 {
114 "from": [15, 8, 1],
115 "to": [16, 9, 15],
116 "faces": {
117 "up": {"uv": [1, 7, 15, 8], "rotation": 90, "texture": "#2", "cullface": "east"},
118 "down": {"uv": [1, 7, 15, 8], "rotation": 270, "texture": "#2", "cullface": "east"}
119 }
120 }
121 ]
122} \ No newline at end of file