summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/book.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/book.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/book.json')
-rwxr-xr-xassets/minecraft/models/item/book.json107
1 files changed, 107 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/book.json b/assets/minecraft/models/item/book.json
new file mode 100755
index 00000000..047ae671
--- /dev/null
+++ b/assets/minecraft/models/item/book.json
@@ -0,0 +1,107 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "1": "item/book_model",
5 "2": "item/book"
6 },
7 "elements": [
8 {
9 "from": [6, 0, 6],
10 "to": [10, 0, 10],
11 "shade": false,
12 "faces": {
13 "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
14 }
15 },
16 {
17 "from": [1, 0, 16],
18 "to": [15, 20, 16],
19 "faces": {
20 "north": {"uv": [3.5, 5.5, 0, 10.5], "texture": "#1"},
21 "south": {"uv": [0, 0, 3.5, 5], "texture": "#1"}
22 }
23 },
24 {
25 "from": [1, 0, 12],
26 "to": [1, 20, 16],
27 "faces": {
28 "east": {"uv": [1, 5.5, 0, 10.5], "texture": "#1"},
29 "west": {"uv": [0, 0, 1, 5], "texture": "#1"}
30 }
31 },
32 {
33 "from": [13, 2, 12],
34 "to": [13, 18, 16],
35 "faces": {
36 "east": {"uv": [1, 6, 0, 10], "texture": "#1"},
37 "west": {"uv": [0, 6, 1, 10], "texture": "#1"}
38 }
39 },
40 {
41 "from": [6, 11, 13],
42 "to": [10, 20, 13],
43 "rotation": {"angle": -22.5, "axis": "z", "origin": [4, 2.5, 12]},
44 "faces": {
45 "north": {"uv": [0, 6, 1, 10], "texture": "#1"},
46 "south": {"uv": [1, 6, 0, 10], "texture": "#1"}
47 }
48 },
49 {
50 "from": [1, 2, 12],
51 "to": [13, 18, 16],
52 "faces": {
53 "east": {"uv": [7.5, 0, 8, 4], "texture": "#1"},
54 "up": {"uv": [8, 0, 4.5, 0.5], "rotation": 180, "texture": "#1"}
55 }
56 },
57 {
58 "from": [1, 0, 12],
59 "to": [15, 20, 12],
60 "faces": {
61 "north": {"uv": [3.5, 0, 0, 5], "texture": "#1"},
62 "south": {"uv": [0, 5.5, 3.5, 10.5], "texture": "#1"}
63 }
64 }
65 ],
66 "gui_light": "front",
67 "display": {
68 "thirdperson_righthand": {
69 "rotation": [4, -22.5, 0],
70 "translation": [0, 3.5, 1],
71 "scale": [0.45, 0.45, 0.45]
72 },
73 "thirdperson_lefthand": {
74 "rotation": [4, 0, 0],
75 "translation": [0, 3.5, 1],
76 "scale": [0.45, 0.45, 0.45]
77 },
78 "firstperson_righthand": {
79 "rotation": [-22, -8.5, 1],
80 "translation": [0, -1, 0],
81 "scale": [0.4, 0.4, 0.4]
82 },
83 "firstperson_lefthand": {
84 "rotation": [-22, -8.5, 1],
85 "translation": [0, -1, 0],
86 "scale": [0.4, 0.4, 0.4]
87 },
88 "ground": {
89 "rotation": [-30.75, 0, 12],
90 "translation": [0, 0, -2.25],
91 "scale": [0.45, 0.45, 0.45]
92 },
93 "gui": {
94 "rotation": [270, 0, 0],
95 "scale": [4, 1.4, 4]
96 },
97 "head": {
98 "rotation": [0, -12, 0],
99 "translation": [0, -1.5, -12],
100 "scale": [0.68, 0.68, 0.68]
101 },
102 "fixed": {
103 "rotation": [-180, 0, -180],
104 "translation": [0, -2, 4.5]
105 }
106 }
107} \ No newline at end of file