summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_plant_noside1.json
blob: 089608a7581f196e3af09e387d9c562b8b8ec285 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"parent": "block/block",
	"ambientocclusion": false,
	"textures": {
		"1": "block/chorus_plant_side",
		"2": "block/chorus_plant_top",
		"particle": "block/chorus_plant",
		"texture": "block/chorus_plant"
	},
	"elements": [
		{
			"from": [2, 2, 2],
			"to": [14, 14, 14],
			"faces": {
				"north": {"uv": [2, 2, 14, 14], "texture": "#1"},
				"east": {"uv": [2, 2, 14, 14], "texture": "#1"},
				"south": {"uv": [2, 2, 14, 14], "texture": "#1"},
				"west": {"uv": [2, 2, 14, 14], "texture": "#1"},
				"up": {"uv": [2, 2, 14, 14], "texture": "#2"},
				"down": {"uv": [2, 2, 14, 14], "texture": "#texture"}
			}
		}
	]
}