summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/smoker.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/smoker.json')
-rwxr-xr-xassets/minecraft/models/block/smoker.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/smoker.json b/assets/minecraft/models/block/smoker.json
new file mode 100755
index 00000000..10c576ab
--- /dev/null
+++ b/assets/minecraft/models/block/smoker.json
@@ -0,0 +1,82 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "textures": {
5 "0": "block/smoker_bottom",
6 "1": "block/smoker_front",
7 "2": "block/smoker_side",
8 "3": "block/smoker_top",
9 "4": "block/smoker_inner",
10 "5": "block/smoker_front_empty1",
11 "6": "block/smoker_front_empty2",
12 "7": "block/smoker_top_empty",
13 "particle": "block/smoker_bottom"
14 },
15 "elements": [
16 {
17 "from": [0, 0, 0],
18 "to": [16, 16, 16],
19 "faces": {
20 "north": {"uv": [0, 0, 16, 16], "texture": "#5"},
21 "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
22 "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
23 "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"},
24 "up": {"uv": [0, 0, 16, 16], "texture": "#7"},
25 "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
26 }
27 },
28 {
29 "from": [0, 0, 1],
30 "to": [16, 16, 3],
31 "faces": {
32 "north": {"uv": [0, 0, 16, 16], "texture": "#6", "cullface": "north"},
33 "down": {"uv": [2, 8, 14, 9], "rotation": 180, "texture": "#1"}
34 }
35 },
36 {
37 "from": [12, 8, 1],
38 "to": [4, 12, 11],
39 "faces": {
40 "east": {"uv": [16, 16, 12, 6], "rotation": 90, "texture": "#4", "cullface": "north"},
41 "south": {"uv": [4, 7, 12, 9], "texture": "#4", "cullface": "north"},
42 "west": {"uv": [0, 6, 4, 16], "rotation": 90, "texture": "#4", "cullface": "north"},
43 "up": {"uv": [4, 10, 12, 0], "texture": "#4", "cullface": "north"},
44 "down": {"uv": [4, 6, 12, 16], "texture": "#4", "cullface": "north"}
45 }
46 },
47 {
48 "from": [0, 0, 2],
49 "to": [16, 8, 3],
50 "faces": {
51 "north": {"uv": [0, 8, 16, 16], "texture": "#1", "cullface": "north"}
52 }
53 },
54 {
55 "from": [5, 16, 5],
56 "to": [11, 15, 11],
57 "faces": {
58 "north": {"uv": [5, 12, 11, 11], "texture": "#3", "cullface": "up"},
59 "east": {"uv": [5, 5, 4, 11], "rotation": 270, "texture": "#3", "cullface": "up"},
60 "south": {"uv": [5, 5, 11, 4], "rotation": 180, "texture": "#3", "cullface": "up"},
61 "west": {"uv": [12, 5, 11, 11], "rotation": 90, "texture": "#3", "cullface": "up"}
62 }
63 },
64 {
65 "from": [0, 16, 0],
66 "to": [16, 15, 16],
67 "faces": {
68 "up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"}
69 }
70 },
71 {
72 "from": [2, 1, 2],
73 "to": [14, 13, 0],
74 "faces": {
75 "east": {"uv": [1, 3, 2, 15], "texture": "#1", "cullface": "north"},
76 "west": {"uv": [14, 3, 15, 15], "texture": "#1", "cullface": "north"},
77 "up": {"uv": [2, 3, 14, 2], "rotation": 180, "texture": "#1", "cullface": "north"},
78 "down": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#1", "cullface": "north"}
79 }
80 }
81 ]
82} \ No newline at end of file