summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/big_dripleaf_partial_tilt.json
blob: 9f561aeac7250b80c963cf20c0046c24be78541e (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
{
	"parent": "block/block",
	"ambientocclusion": false,
	"texture_size": [16, 32],
	"textures": {
		"2": "block/big_dripleaf_tip",
		"particle": "block/big_dripleaf_top",
		"top": "block/big_dripleaf_top",
		"stem": "block/big_dripleaf_stem"
	},
	"elements": [
		{
			"from": [0, -16, 12],
			"to": [16, 13, 12],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 1.5, 16, 16], "texture": "#stem"},
				"south": {"uv": [0, 1.5, 16, 16], "texture": "#stem"}
			}
		},
		{
			"from": [0, 15, 0],
			"to": [16, 15, 16],
			"shade": false,
			"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15, 16]},
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
				"down": {"uv": [16, 16, 0, 0], "texture": "#top"}
			}
		},
		{
			"from": [0, 4.86018, 1.23357],
			"to": [16, 8.86018, 1.23357],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 4], "texture": "#2"},
				"south": {"uv": [0, 0, 16, 4], "texture": "#2"}
			}
		}
	]
}