summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/big_dripleaf_stem.json
blob: 33ecc65f1bdcd47545c16d9e56fb60d9917c6218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"parent": "block/block",
	"ambientocclusion": false,
	"texture_size": [16, 32],
	"textures": {
		"stem": "block/big_dripleaf_stem",
		"particle": "block/big_dripleaf_top"
	},
	"elements": [
		{
			"from": [0, -16, 12],
			"to": [16, 16, 12],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#stem", "cullface": "down"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#stem", "cullface": "down"}
			}
		}
	]
}