summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/dragon_egg.json
blob: e5b9d40586d6f2dde24d90206af1415e6b7ef03d (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
{
	"textures": {
		"0": "block/dragon_egg",
		"1": "block/dragon_egg_top",
		"2": "block/dragon_egg_bottom",
		"particle": "block/obsidian"
	},
	"elements": [
		{
			"from": [2, 2, 2],
			"to": [14, 11, 14],
			"faces": {
				"north": {"uv": [2, 5, 14, 14], "texture": "#0"},
				"east": {"uv": [2, 5, 14, 14], "texture": "#0"},
				"south": {"uv": [2, 5, 14, 14], "texture": "#0"},
				"west": {"uv": [2, 5, 14, 14], "texture": "#0"},
				"up": {"uv": [2, 2, 14, 14], "texture": "#1"},
				"down": {"uv": [2, 2, 14, 14], "texture": "#2"}
			}
		},
		{
			"from": [6, 14, 6],
			"to": [10, 16, 10],
			"faces": {
				"north": {"uv": [6, 0, 10, 2], "texture": "#0"},
				"east": {"uv": [6, 0, 10, 2], "texture": "#0"},
				"south": {"uv": [6, 0, 10, 2], "texture": "#0"},
				"west": {"uv": [6, 0, 10, 2], "texture": "#0"},
				"up": {"uv": [6, 6, 10, 10], "texture": "#1", "cullface": "up" }
			}
		},
		{
			"from": [4, 0, 4],
			"to": [12, 14, 12],
			"faces": {
				"north": {"uv": [4, 2, 12, 16], "texture": "#0"},
				"east": {"uv": [4, 2, 12, 16], "texture": "#0"},
				"south": {"uv": [4, 2, 12, 16], "texture": "#0"},
				"west": {"uv": [4, 2, 12, 16], "texture": "#0"},
				"up": {"uv": [4, 4, 12, 12], "texture": "#1"},
				"down": {"uv": [4, 4, 12, 12], "texture": "#2", "cullface": "down" }
			}
		}
	]
}