summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/blast_furnace_on.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/blast_furnace_on.json')
-rwxr-xr-xassets/minecraft/models/block/blast_furnace_on.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/blast_furnace_on.json b/assets/minecraft/models/block/blast_furnace_on.json
new file mode 100755
index 00000000..cbc38863
--- /dev/null
+++ b/assets/minecraft/models/block/blast_furnace_on.json
@@ -0,0 +1,53 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "0": "block/blast_furnace_bottom",
5 "2": "block/blast_furnace_side",
6 "3": "block/blast_furnace_top",
7 "4": "block/blast_furnace_on",
8 "5": "block/blast_furnace_on_inner",
9 "6": "block/fire_block_0",
10 "particle": "block/blast_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, 16, 16], "texture": "#4", "cullface": "north"}
30 }
31 },
32 {
33 "from": [1, 1, 15],
34 "to": [15, 15, 0],
35 "shade": false,
36 "faces": {
37 "north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#5", "cullface": "north"},
38 "east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#5", "cullface": "north"},
39 "west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#5", "cullface": "north"},
40 "up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#5", "cullface": "north"},
41 "down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#5", "cullface": "north"}
42 }
43 },
44 {
45 "from": [0, 0, 5],
46 "to": [16, 16, 5],
47 "shade": false,
48 "faces": {
49 "north": {"uv": [0, 6, 16, 14], "texture": "#6", "cullface": "north"}
50 }
51 }
52 ]
53} \ No newline at end of file