summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/slab.json
blob: b8890d5e1cb42fdc8663cddec5e2ffe735d29288 (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",
	"textures": {
		"particle": "#side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
				"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
				"south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"},
				"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
			}
		}
	]
}