summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/furnace_minecart.json
blob: c565a5f42011addff6f4df3b21d615536b23d8e8 (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
{
	"parent": "item/end_portal_frame",
	"textures": {
		"1": "item/furnace_minecart",
		"2": "block/furnace_front",
		"3": "block/furnace_side",
		"4": "block/furnace_top",
		"lantern": "block/entity/minecart_item"
	},
	"elements": [
		{
			"from": [6, 10, 6],
			"to": [10, 10, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [0, 0, 18],
			"to": [16, 12, -2],
			"faces": {
				"north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"},
				"east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"},
				"south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"},
				"west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}
			}
		},
		{
			"from": [0, 0, -2],
			"to": [16, 12, 18],
			"faces": {
				"north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"},
				"east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"},
				"south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"},
				"west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"},
				"up": {"uv": [4, 0, 9, 4], "rotation": 90, "texture": "#lantern"}
			}
		},
		{
			"from": [14, 12, 16],
			"to": [2, 2, 0],
			"faces": {
				"north": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
				"east": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
				"south": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
				"west": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
				"up": {"uv": [9, 0, 13, 3], "rotation": 90, "texture": "#lantern"}
			}
		},
		{
			"from": [2, 6, 0],
			"to": [14, 18, 12],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#4"}
			}
		}
	]
}