summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/furnace_on.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/furnace_on.json')
-rwxr-xr-xassets/minecraft/models/block/furnace_on.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/furnace_on.json b/assets/minecraft/models/block/furnace_on.json
new file mode 100755
index 00000000..fb452679
--- /dev/null
+++ b/assets/minecraft/models/block/furnace_on.json
@@ -0,0 +1,62 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "0": "block/furnace_bottom",
5 "2": "block/furnace_side",
6 "3": "block/furnace_top",
7 "5": "block/furnace_fire",
8 "6": "block/furnace_on_inner",
9 "7": "block/furnace_on",
10 "particle": "block/furnace_side"
11 },
12 "elements": [
13 {
14 "from": [0, 0, 0],
15 "to": [16, 16, 16],
16 "faces": {
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": [0, 0, 0],
26 "to": [16, 16, 0],
27 "shade": false,
28 "faces": {
29 "north": {"uv": [0, 0, 8, 8], "texture": "#7", "cullface": "north"}
30 }
31 },
32 {
33 "from": [0, 0, 3],
34 "to": [16, 16, 3],
35 "shade": false,
36 "faces": {
37 "north": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "north"}
38 }
39 },
40 {
41 "from": [2, 1, 15],
42 "to": [14, 15, 0],
43 "shade": false,
44 "faces": {
45 "north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#6", "cullface": "north"},
46 "east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#6", "cullface": "north"},
47 "west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#6", "cullface": "north"},
48 "up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#6", "cullface": "north"},
49 "down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#6", "cullface": "north"}
50 }
51 },
52 {
53 "from": [2, 9, 0],
54 "to": [14, 9, 15],
55 "shade": false,
56 "faces": {
57 "up": {"uv": [15.5, 16, 8.5, 8.5], "texture": "#7", "cullface": "north"},
58 "down": {"uv": [15.5, 0.5, 8.5, 8], "texture": "#7", "cullface": "north"}
59 }
60 }
61 ]
62} \ No newline at end of file