summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/blast_furnace.json
blob: eae0bd3eba860747ea3e4c33c285d20d3435888e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"parent": "block/block",
	"textures": {
		"0": "block/blast_furnace_bottom",
		"2": "block/blast_furnace_side",
		"3": "block/blast_furnace_top",
		"4": "block/blast_furnace_off",
		"5": "block/blast_furnace_off_inner",
		"particle": "block/blast_furnace_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"from": [1, 1, 15],
			"to": [15, 15, 0],
			"faces": {
				"north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#5", "cullface": "north"},
				"east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#5", "cullface": "north"},
				"west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#5", "cullface": "north"},
				"up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#5", "cullface": "north"},
				"down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#5", "cullface": "north"}
			}
		}
	]
}