summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_flower_dead.json
blob: b8ef911699822cb680a2c5bccd952d8b972aa4f3 (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
93
94
95
96
97
98
99
100
{
	"parent": "block/block",
	"ambientocclusion": false,
	"textures": {
		"4": "block/chorus_vines",
		"7": "block/chorus_leaves",
		"8": "block/chorus_fruit_side",
		"9": "block/chorus_fruit_top",
		"particle": "block/chorus_plant"
	},
	"elements": [
		{
			"from": [-16, 0, 8],
			"to": [32, 0, 32],
			"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 8]},
			"faces": {
				"up": {"uv": [0, 8.33333, 16, 16], "texture": "#7"},
				"down": {"uv": [0, 8.33333, 16, 16], "rotation": 180, "texture": "#7"}
			}
		},
		{
			"from": [-16, 0, -16],
			"to": [32, 0, 8],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 8]},
			"faces": {
				"up": {"uv": [0, 8.33333, 16, 16], "rotation": 180, "texture": "#7"},
				"down": {"uv": [0, 8.33333, 16, 16], "texture": "#7"}
			}
		},
		{
			"from": [-15, -16, 8],
			"to": [8, 0, 8],
			"faces": {
				"north": {"uv": [0, 8, 11.5, 16], "texture": "#4"},
				"south": {"uv": [11.5, 8, 0, 16], "texture": "#4"}
			}
		},
		{
			"from": [8, -16, -15],
			"to": [8, 0, 8],
			"faces": {
				"east": {"uv": [0, 8, 11.5, 16], "texture": "#4"},
				"west": {"uv": [11.5, 8, 0, 16], "texture": "#4"}
			}
		},
		{
			"from": [8, -16, 8],
			"to": [31, 0, 8],
			"faces": {
				"north": {"uv": [11.5, 8, 0, 16], "texture": "#4"},
				"east": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#missing"},
				"south": {"uv": [0, 8, 11.5, 16], "texture": "#4"},
				"west": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#missing"},
				"up": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#missing"},
				"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
			}
		},
		{
			"from": [8, -16, 8],
			"to": [8, 0, 31],
			"faces": {
				"north": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#missing"},
				"east": {"uv": [11.5, 8, 0, 16], "texture": "#4"},
				"south": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#missing"},
				"west": {"uv": [0, 8, 11.5, 16], "texture": "#4"},
				"up": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#missing"},
				"down": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#missing"}
			}
		},
		{
			"from": [8, 0, -16],
			"to": [32, 0, 32],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 0, 8]},
			"faces": {
				"up": {"uv": [0, 8.33333, 16, 16], "rotation": 270, "texture": "#7"},
				"down": {"uv": [0, 8.33333, 16, 16], "rotation": 270, "texture": "#7"}
			}
		},
		{
			"from": [-16, 0, -16],
			"to": [8, 0, 32],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 0, 8]},
			"faces": {
				"up": {"uv": [0, 8.33333, 16, 16], "rotation": 90, "texture": "#7"},
				"down": {"uv": [0, 8.33333, 16, 16], "rotation": 90, "texture": "#7"}
			}
		},
		{
			"from": [0, -3, 0],
			"to": [16, 13, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#8"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#8"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#8"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#8"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#9"}
			}
		}
	]
}