summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/vine_angle.json
blob: 27d9eff4482ca51fc576aae2070b275aaf6e9987 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"ambientocclusion": false,
	"textures": {
		"vine": "block/vine_edge",
		"particle": "block/vine"
	},
	"elements": [
		{
			"from": [8, -8, 0],
			"to": [8, 17, 16],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
			"faces": {
				"east": {"uv": [3.5, 3.5, 12.5, 16], "texture": "#vine", "tintindex": 0},
				"west": {"uv": [3.5, 3.5, 12.5, 16], "texture": "#vine", "tintindex": 0}
			}
		}
	]
}