summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pink_petals_large_pile.json
blob: 4c190fa618c5b5e7be97093d2fb86980f29455f2 (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
{
	"credit": "Made with Blockbench",
	"textures": {
		"0": "block/pink_petals",
		"1": "block/pink_petals_med",
		"2": "block/pink_petals_large",
		"3": "block/pink_petals_even_larger",
		"particle": "block/pink_petals"
	},
	"elements": [
		{
			"from": [-3, 7.5, 2],
			"to": [13, 7.5, 18],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
			}
		},
		{
			"from": [-6, 5.5, -6],
			"to": [26, 5.5, 26],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [-12, 3.5, -11],
			"to": [20, 3.5, 21],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [-16, 1.5, -16],
			"to": [32, 1.5, 32],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"down": {"uv": [0, 16, 16, 0], "texture": "#3", "cullface": "down"}
			}
		}
	]
}