summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/fletching_table.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/fletching_table.json')
-rwxr-xr-xassets/minecraft/models/block/fletching_table.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/fletching_table.json b/assets/minecraft/models/block/fletching_table.json
new file mode 100755
index 00000000..7e54a94b
--- /dev/null
+++ b/assets/minecraft/models/block/fletching_table.json
@@ -0,0 +1,112 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "textures": {
5 "0": "block/fletching_table_back",
6 "1": "block/fletching_table_front",
7 "2": "block/fletching_table_side",
8 "3": "block/fletching_table_side_2",
9 "4": "block/fletching_table_top",
10 "5": "block/birch_planks",
11 "6": "block/fletching_table_top_extra",
12 "7": "block/fletching_table_top_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": "#1", "cullface": "north"},
21 "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
22 "south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
23 "west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"},
24 "up": {"uv": [0, 0, 16, 16], "texture": "#7"},
25 "down": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "down"}
26 }
27 },
28 {
29 "from": [14, 15, 0],
30 "to": [16, 16, 16],
31 "faces": {
32 "west": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "up"}
33 }
34 },
35 {
36 "from": [0, 15, 0],
37 "to": [2, 16, 16],
38 "faces": {
39 "east": {"uv": [0, 0, 16, 1], "texture": "#2", "cullface": "up"}
40 }
41 },
42 {
43 "from": [2, 15, 0],
44 "to": [14, 16, 2],
45 "faces": {
46 "south": {"uv": [1, 0, 14, 1], "texture": "#0", "cullface": "up"}
47 }
48 },
49 {
50 "from": [2, 15, 14],
51 "to": [14, 16, 16],
52 "faces": {
53 "north": {"uv": [2, 0, 14, 1], "texture": "#1", "cullface": "up"}
54 }
55 },
56 {
57 "from": [-1.5, 2, 11.5],
58 "to": [0.5, 14, 11.5],
59 "faces": {
60 "north": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "west"},
61 "south": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "south"}
62 }
63 },
64 {
65 "from": [-1.5, 2, 7.5],
66 "to": [0.5, 14, 7.5],
67 "faces": {
68 "north": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "west"},
69 "south": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "south"}
70 }
71 },
72 {
73 "from": [-1.5, 2, 4.5],
74 "to": [0.5, 14, 4.5],
75 "faces": {
76 "north": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "west"},
77 "south": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "south"}
78 }
79 },
80 {
81 "from": [5.5, 2, -1.5],
82 "to": [5.5, 14, 0.5],
83 "faces": {
84 "east": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "north"},
85 "west": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "north"}
86 }
87 },
88 {
89 "from": [0, 15, 0],
90 "to": [16, 15, 16],
91 "faces": {
92 "up": {"uv": [0, 0, 16, 16], "texture": "#4"}
93 }
94 },
95 {
96 "from": [9, 15.3, 4],
97 "to": [11, 15.3, 12],
98 "rotation": {"angle": -22.5, "axis": "y", "origin": [6, 16, 10.5]},
99 "faces": {
100 "up": {"uv": [4, 0, 6, 8], "texture": "#6", "cullface": "up"}
101 }
102 },
103 {
104 "from": [5.15077, 15.3, 2.23108],
105 "to": [9.15077, 15.3, 10.23108],
106 "rotation": {"angle": 22.5, "axis": "y", "origin": [5.85077, 15.3, 9.03108]},
107 "faces": {
108 "up": {"uv": [0, 0, 4, 8], "rotation": 180, "texture": "#6", "cullface": "up"}
109 }
110 }
111 ]
112} \ No newline at end of file