summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/spore_blossom.json
blob: aa536e64c2b9d11094e740151e7f34995503026f (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": {
		"2": "item/spore_blossom",
		"particle": "block/spore_blossom",
		"flower": "block/spore_blossom",
		"base": "block/spore_blossom_base"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		},
		{
			"from": [1, 0.1, 1],
			"to": [15, 0.1, 15],
			"shade": false,
			"faces": {
				"up": {"uv": [1, 1, 15, 15], "texture": "#base", "cullface": "up"}
			}
		},
		{
			"from": [8, 0.3, 0],
			"to": [24, 0.3, 16],
			"shade": false,
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 0, 8]},
			"faces": {
				"up": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#flower"}
			}
		},
		{
			"from": [-8, 0.3, 0],
			"to": [8, 0.3, 16],
			"shade": false,
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 0, 8]},
			"faces": {
				"up": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#flower"}
			}
		},
		{
			"from": [0, 0.3, -8],
			"to": [16, 0.3, 8],
			"shade": false,
			"rotation": {"angle": 22.5, "axis": "x", "origin": [0, 0, 8]},
			"faces": {
				"up": {"uv": [16, 0, 0, 16], "texture": "#flower"}
			}
		},
		{
			"from": [0, 0.3, 8],
			"to": [16, 0.3, 24],
			"shade": false,
			"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 8]},
			"faces": {
				"up": {"uv": [0, 16, 16, 0], "texture": "#flower"}
			}
		}
	]
}