summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_large_leaves.json
blob: 81ce6da6b63646e4b26196977dd24e5a47c624dc (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
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/bamboo_stalk",
		"particle": "block/bamboo_stalk_leaves",
		"all": "block/bamboo_stalk_leaves"
	},
	"elements": [
		{
			"from": [6.5, 0, 0.5],
			"to": [9.5, 16, 15.5],
			"faces": {
				"east": {"uv": [0, 0, 15, 16], "texture": "#all"},
				"west": {"uv": [0, 0, 15, 16], "texture": "#all"}
			}
		},
		{
			"from": [0.5, 0, 6.5],
			"to": [15.5, 16, 9.5],
			"faces": {
				"north": {"uv": [0, 0, 15, 16], "texture": "#all"},
				"south": {"uv": [0, 0, 15, 16], "texture": "#all"},
				"up": {"uv": [13, 0, 16, 3], "texture": "#all", "cullface": "up"}
			}
		},
		{
			"from": [6.5, 15, 6.5],
			"to": [9.5, 16, 9.5],
			"faces": {
				"up": {"uv": [13, 0, 16, 3], "texture": "#2", "cullface": "up"}
			}
		}
	]
}