summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/kelp_plant_22.json
blob: e4450a4cde892b99aff45dedeaedc67027a7a2ba (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_plant"
	},
	"elements": [
		{
			"from": [-8, -16, 8],
			"to": [24, 16, 8],
			"shade": false,
			"rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#cross", "cullface": "down"},
				"south": {"uv": [16, 0, 0, 16], "texture": "#cross", "cullface": "down"}
			}
		}
	]
}