summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/smoker_on.json
blob: bc68fe74a130ef524a11e1cd853210b702ea85f7 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"textures": {
		"0": "block/smoker_bottom",
		"1": "block/smoker_front_on",
		"2": "block/smoker_side",
		"3": "block/smoker_top",
		"5": "block/smoker_front_on_empty1",
		"6": "block/smoker_front_on_empty2",
		"7": "block/smoker_top_empty",
		"particle": "block/smoker_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"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": "#7", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "north"}
			}
		},
		{
			"from": [0, 0, 1],
			"to": [16, 16, 3],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#6", "cullface": "north"},
				"down": {"uv": [2, 8, 14, 9], "rotation": 180, "texture": "#1"}
			}
		},
		{
			"from": [4, 8, 0.5],
			"to": [12, 12, 2],
			"shade": false,
			"faces": {
				"north": {"uv": [4, 4, 12, 8], "texture": "#1", "cullface": "north"},
				"east": {"uv": [4, 4, 5, 8], "texture": "#1", "cullface": "north"},
				"west": {"uv": [11, 4, 12, 8], "texture": "#1", "cullface": "north"},
				"up": {"uv": [4, 4, 12, 5], "texture": "#1", "cullface": "north"},
				"down": {"uv": [4, 7, 12, 8], "texture": "#1", "cullface": "north"}
			}
		},
		{
			"from": [0, 0, 2],
			"to": [16, 16, 3],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"}
			}
		},
		{
			"from": [5, 16, 5],
			"to": [11, 15, 11],
			"faces": {
				"north": {"uv": [5, 12, 11, 11], "texture": "#3", "cullface": "up"},
				"east": {"uv": [5, 5, 4, 11], "rotation": 270, "texture": "#3", "cullface": "up"},
				"south": {"uv": [5, 5, 11, 4], "rotation": 180, "texture": "#3", "cullface": "up"},
				"west": {"uv": [12, 5, 11, 11], "rotation": 90, "texture": "#3", "cullface": "up"}
			}
		},
		{
			"from": [0, 16, 0],
			"to": [16, 15, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"}
			}
		},
		{
			"from": [2, 1, 2],
			"to": [14, 13, 0],
			"shade": false,
			"faces": {
				"east": {"uv": [1, 3, 2, 15], "texture": "#1", "cullface": "north"},
				"west": {"uv": [14, 3, 15, 15], "texture": "#1", "cullface": "north"},
				"up": {"uv": [2, 3, 14, 2], "rotation": 180, "texture": "#1", "cullface": "north"},
				"down": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#1", "cullface": "north"}
			}
		}
	]
}