summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/enchanting_table.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/enchanting_table.json')
-rwxr-xr-xassets/minecraft/models/item/enchanting_table.json127
1 files changed, 127 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/enchanting_table.json b/assets/minecraft/models/item/enchanting_table.json
new file mode 100755
index 00000000..1c3780c6
--- /dev/null
+++ b/assets/minecraft/models/item/enchanting_table.json
@@ -0,0 +1,127 @@
1{
2 "parent": "block/block",
3 "gui_light": "front",
4 "textures": {
5 "flowerpot": "item/enchanting_table",
6 "top": "block/enchanting_table_top",
7 "particle": "block/enchanting_table_side",
8 "side": "block/enchanting_table_side",
9 "lantern": "item/book_model"
10 },
11 "elements": [
12 {
13 "from": [0, -4, 4],
14 "to": [16, 8, 20],
15 "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]},
16 "faces": {
17 "north": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "north"},
18 "east": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "east"},
19 "south": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "south"},
20 "west": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "west"},
21 "up": {"uv": [0, 0, 16, 16], "texture": "#top"},
22 "down": {"uv": [0, 0, 16, 16], "texture": "#flowerpot", "cullface": "down"}
23 }
24 },
25 {
26 "from": [1, 14.5, 1.5],
27 "to": [8, 14.5, 11.5],
28 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 14.5, 9]},
29 "faces": {
30 "east": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#lantern"},
31 "up": {"uv": [3.5, 0, 0, 5], "texture": "#lantern"}
32 }
33 },
34 {
35 "from": [2, 14.5, 2.5],
36 "to": [8, 15.5, 10.5],
37 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 14.5, 9]},
38 "faces": {
39 "north": {"uv": [4.5, 0, 8, 0.5], "texture": "#lantern"},
40 "west": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#lantern"},
41 "up": {"uv": [8, 0, 4.5, 4], "texture": "#lantern"}
42 }
43 },
44 {
45 "from": [8, 14.5, 2.5],
46 "to": [14, 15.5, 10.5],
47 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14.5, 9]},
48 "faces": {
49 "north": {"uv": [8, 0, 4.5, 0.5], "texture": "#lantern"},
50 "east": {"uv": [7.5, 0, 8, 4], "rotation": 90, "texture": "#lantern"},
51 "up": {"uv": [4.5, 0, 8, 4], "texture": "#lantern"}
52 }
53 },
54 {
55 "from": [8, 15.5, 2.5],
56 "to": [14, 15.5, 10.5],
57 "rotation": {"angle": 45, "axis": "z", "origin": [8, 15.5, 10]},
58 "faces": {
59 "north": {"uv": [8, 0, 4.5, 0.5], "texture": "#lantern"},
60 "east": {"uv": [7.5, 0, 8, 4], "rotation": 90, "texture": "#lantern"},
61 "west": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#lantern"},
62 "up": {"uv": [4.5, 0, 8, 4], "texture": "#lantern"}
63 }
64 },
65 {
66 "from": [8, 15.5, 2.5],
67 "to": [8, 21.5, 10.5],
68 "rotation": {"angle": 45, "axis": "z", "origin": [8, 15.5, 10]},
69 "faces": {
70 "north": {"uv": [8, 0, 4.5, 0.5], "rotation": 90, "texture": "#lantern"},
71 "east": {"uv": [8, 0, 4.5, 4], "rotation": 90, "texture": "#lantern"},
72 "up": {"uv": [7.5, 0, 8, 4], "texture": "#lantern"},
73 "down": {"uv": [7.5, 0, 8, 4], "rotation": 180, "texture": "#lantern"}
74 }
75 },
76 {
77 "from": [8, 14.5, 1.5],
78 "to": [15, 14.5, 11.5],
79 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14.5, 9]},
80 "faces": {
81 "up": {"uv": [0, 0, 3.5, 5], "texture": "#lantern"}
82 }
83 }
84 ],
85 "gui_light": "front",
86 "display": {
87 "thirdperson_righthand": {
88 "rotation": [89, 0, 0],
89 "translation": [0, 2.25, 0],
90 "scale": [0.35, 0.35, 0.35]
91 },
92 "thirdperson_lefthand": {
93 "rotation": [89, 0, 0],
94 "translation": [0, 2.25, 0],
95 "scale": [0.35, 0.35, 0.35]
96 },
97 "firstperson_righthand": {
98 "rotation": [36, -31, 19],
99 "translation": [0, 1.25, 0],
100 "scale": [0.51, 0.51, 0.51]
101 },
102 "firstperson_lefthand": {
103 "rotation": [36, -31, 19],
104 "translation": [0, 1.25, 0],
105 "scale": [0.51, 0.51, 0.51]
106 },
107 "ground": {
108 "rotation": [45, -25, 25],
109 "translation": [0, 5, 0],
110 "scale": [0.35, 0.35, 0.35]
111 },
112 "gui": {
113 "rotation": [-67.5, 0, 0],
114 "translation": [0, -1.5, 0]
115 },
116 "head": {
117 "rotation": [157.5, 0, -180],
118 "translation": [0, 13, 1.25],
119 "scale": [0.84, 0.84, 0.84]
120 },
121 "fixed": {
122 "rotation": [112, 0, -180],
123 "translation": [0, 0.75, -2],
124 "scale": [0.73, 0.73, 0.73]
125 }
126 }
127} \ No newline at end of file