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