summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sunflower_top.json
blob: 0a0a84d3335fd26e94ffa5c93caf58bef6c9dcb5 (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
{
	"texture_size": [16, 32],
	"textures": {
		"cross": "block/sunflower_stem",
		"back": "block/sunflower_back",
		"particle": "block/air",
		"front": "block/sunflower_front"
	},
	"elements": [
		{
			"from": [0.8, -16, 8],
			"to": [15.2, 16, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
			}
		},
		{
			"from": [8, -16, 0.8],
			"to": [8, 16, 15.2],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
			}
		},
		{
			"from": [9.6, -1, 1],
			"to": [9.6, 15, 15],
			"shade": false,
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8], "rescale": true},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#front"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#back"}
			}
		}
	]
}