summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/furnace.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/furnace.json')
-rwxr-xr-xassets/minecraft/models/block/furnace.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/furnace.json b/assets/minecraft/models/block/furnace.json
new file mode 100755
index 00000000..e0483f5e
--- /dev/null
+++ b/assets/minecraft/models/block/furnace.json
@@ -0,0 +1,44 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "0": "block/furnace_bottom",
5 "2": "block/furnace_side",
6 "3": "block/furnace_top",
7 "6": "block/furnace_off_inner",
8 "7": "block/furnace_off",
9 "particle": "block/furnace_side"
10 },
11 "elements": [
12 {
13 "from": [0, 0, 0],
14 "to": [16, 16, 16],
15 "faces": {
16 "north": {"uv": [0, 0, 8, 8], "texture": "#7", "cullface": "north"},
17 "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
18 "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
19 "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"},
20 "up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"},
21 "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
22 }
23 },
24 {
25 "from": [1.9, 0.9, 15],
26 "to": [14.1, 15.1, 0],
27 "faces": {
28 "north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#6", "cullface": "north"},
29 "east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#6", "cullface": "north"},
30 "west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#6", "cullface": "north"},
31 "up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#6", "cullface": "north"},
32 "down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#6", "cullface": "north"}
33 }
34 },
35 {
36 "from": [2, 9, 0],
37 "to": [14, 9, 15],
38 "faces": {
39 "up": {"uv": [15.5, 16, 8.5, 8.5], "texture": "#7", "cullface": "north"},
40 "down": {"uv": [15.5, 0.5, 8.5, 8], "texture": "#7", "cullface": "north"}
41 }
42 }
43 ]
44} \ No newline at end of file