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