summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/furnace.json
blob: e0483f5e24ac0f8e81f501edc6cf1c05d0b3f936 (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
37
38
39
40
41
42
43
44
{
	"parent": "block/block",
	"textures": {
		"0": "block/furnace_bottom",
		"2": "block/furnace_side",
		"3": "block/furnace_top",
		"6": "block/furnace_off_inner",
		"7": "block/furnace_off",
		"particle": "block/furnace_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 8, 8], "texture": "#7", "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.9, 0.9, 15],
			"to": [14.1, 15.1, 0],
			"faces": {
				"north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#6", "cullface": "north"},
				"east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#6", "cullface": "north"},
				"west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#6", "cullface": "north"},
				"up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#6", "cullface": "north"},
				"down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#6", "cullface": "north"}
			}
		},
		{
			"from": [2, 9, 0],
			"to": [14, 9, 15],
			"faces": {
				"up": {"uv": [15.5, 16, 8.5, 8.5], "texture": "#7", "cullface": "north"},
				"down": {"uv": [15.5, 0.5, 8.5, 8], "texture": "#7", "cullface": "north"}
			}
		}
	]
}