summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/crafting_table.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/block/crafting_table.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/crafting_table.json')
-rwxr-xr-xassets/minecraft/models/block/crafting_table.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/crafting_table.json b/assets/minecraft/models/block/crafting_table.json
new file mode 100755
index 00000000..5d78e3fd
--- /dev/null
+++ b/assets/minecraft/models/block/crafting_table.json
@@ -0,0 +1,95 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/cube",
4 "textures": {
5 "0": "block/crafting_table_bottom",
6 "1": "block/crafting_table_back",
7 "2": "block/crafting_table_front",
8 "3": "block/crafting_table_left",
9 "4": "block/crafting_table_right",
10 "5": "block/crafting_table_top",
11 "6": "block/crafting_table_extra",
12 "8": "block/crafting_table_left_empty",
13 "particle": "block/air"
14 },
15 "elements": [
16 {
17 "from": [0, 0, 0],
18 "to": [16, 16, 16],
19 "faces": {
20 "north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
21 "east": {"uv": [0, 0, 16, 16], "texture": "#8", "cullface": "east"},
22 "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"},
23 "west": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "west"},
24 "up": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "up"},
25 "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
26 }
27 },
28 {
29 "from": [14.25, 16, 6],
30 "to": [15.25, 17, 10],
31 "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0, 8]},
32 "faces": {
33 "east": {"uv": [4, 3, 5, 7], "rotation": 90, "texture": "#6", "cullface": "east"},
34 "south": {"uv": [4, 6, 5, 7], "texture": "#6", "cullface": "east"},
35 "west": {"uv": [4, 3, 5, 7], "rotation": 270, "texture": "#6", "cullface": "east"},
36 "up": {"uv": [4, 3, 5, 7], "texture": "#6", "cullface": "east"}
37 }
38 },
39 {
40 "from": [13.25, 15.8, 4],
41 "to": [16.25, 17.8, 6],
42 "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0, 8]},
43 "faces": {
44 "north": {"uv": [3, 1, 6, 3], "texture": "#6", "cullface": "east"},
45 "east": {"uv": [4, 1, 6, 3], "rotation": 90, "texture": "#6", "cullface": "east"},
46 "south": {"uv": [3, 1, 6, 3], "texture": "#6", "cullface": "east"},
47 "west": {"uv": [3, 1, 5, 3], "rotation": 270, "texture": "#6", "cullface": "east"},
48 "up": {"uv": [3, 1, 6, 3], "texture": "#6", "cullface": "east"}
49 }
50 },
51 {
52 "from": [2.75, 16.25, 13.5],
53 "to": [9.75, 16.25, 15.5],
54 "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 0, 8]},
55 "faces": {
56 "up": {"uv": [0, 0, 2, 7], "rotation": 270, "texture": "#6", "cullface": "east"}
57 }
58 },
59 {
60 "from": [15, 0, 0],
61 "to": [16, 16, 2],
62 "faces": {
63 "south": {"uv": [14, 0, 15, 16], "texture": "#3", "cullface": "east"}
64 }
65 },
66 {
67 "from": [15, 0, 7],
68 "to": [16, 16, 16],
69 "faces": {
70 "north": {"uv": [8, 0, 9, 16], "texture": "#3", "cullface": "east"}
71 }
72 },
73 {
74 "from": [15, 9, 2],
75 "to": [16, 16, 7],
76 "faces": {
77 "down": {"uv": [14, 6, 9, 7], "rotation": 270, "texture": "#3", "cullface": "east"}
78 }
79 },
80 {
81 "from": [15, 0, 0],
82 "to": [15, 16, 16],
83 "faces": {
84 "east": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "east"}
85 }
86 },
87 {
88 "from": [15, 0, 2],
89 "to": [16, 4, 7],
90 "faces": {
91 "up": {"uv": [9, 12, 14, 13], "rotation": 90, "texture": "#3", "cullface": "east"}
92 }
93 }
94 ]
95} \ No newline at end of file