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