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