summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/kelp_branch_22.json
blob: fd6619eb0ef9618626366c4aa96759254d8906b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"ambientocclusion": false,
	"textures": {
		"particle": "block/kelp_plant",
		"cross": "block/kelp_branch"
	},
	"elements": [
		{
			"from": [-16, -16, 8],
			"to": [32, 16, 8],
			"shade": false,
			"rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
				"south": {"uv": [16, 0, 0, 16], "texture": "#cross"}
			}
		}
	]
}