summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bee_nest_1.json
blob: 5912f0d70c7429348af72d3b09bb64bf5b9dcdce (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
{
    "parent": "block/block",
	"gui_light": "front",
	"textures": {
		"0": "block/bee_nest_bottom",
		"1": "block/bee_nest_front",
		"2": "block/bee_nest_side",
		"3": "block/bee_nest_top",
		"4": "block/bee_nest_1",
		"5": "block/bees",
		"particle": "block/bee_nest_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#4"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
			}
		},
		{
			"from": [8, -16, -16],
			"to": [8, 32, 32],
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#5"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#5"}
			}
		},
		{
			"from": [-16, -16, 8],
			"to": [32, 32, 8],
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#5"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#5"}
			}
		}
	]
}