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