summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_stairs_bottom.json
blob: 050f9a77acd19a937e6cec01380ab324bf5cecc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"parent": "block/block",
	"textures": {
		"0": "block/brick_stairs",
		"particle": "block/bricks"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 0, 16],
			"faces": {
				"down": {"uv": [14, 14, 16, 16], "texture": "#0", "cullface": "down"}
			}
		}
	]
}