summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/oxeye_daisy.json
blob: aa1e73018b2a675ae97727087714160f09386ddb (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
{
	"ambientocclusion": false,
	"textures": {
		"1": "block/flower/oxeye_daisy",
		"2": "block/flower/oxeye_daisy_stem",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [0.8, 0, 8],
			"to": [15.2, 16, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		},
		{
			"from": [8, 0, 0.8],
			"to": [8, 16, 15.2],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		},
		{
			"from": [4, 4.75, 7.5],
			"to": [12, 12.75, 7.5],
			"shade": false,
			"rotation": {"angle": 45, "axis": "x", "origin": [8, 9, 8]},
			"faces": {
				"north": {"uv": [4, 4, 12, 12], "texture": "#1"},
				"south": {"uv": [4, 4, 12, 12], "texture": "#1"}
			}
		}
	]
}