summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pink_petals_1l.json
blob: b69ee0225a29d5b469cd722a025b36dbb776baf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"textures": {
		"1": "block/pink_petals_1",
		"particle": "block/pink_petals"
	},
	"elements": [
		{
			"from": [0, 1, 0],
			"to": [16, 1, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#1", "rotation": 180},
				"down": {"uv": [0, 16, 16, 0], "texture": "#1", "rotation": 180, "cullface": "down"}
			}
		}
	]
}