summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_slab.json
blob: 2496ae108bb929460b83f9187eaefe5d2975a4c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"textures": {
		"0": "block/bricks_model",
		"particle": "block/bricks"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"north": {"uv": [4, 2, 8, 4], "texture": "#0", "cullface": "north"},
				"east": {"uv": [12, 2, 16, 4], "texture": "#0", "cullface": "east"},
				"south": {"uv": [0, 2, 4, 4], "texture": "#0", "cullface": "south"},
				"west": {"uv": [8, 2, 12, 4], "texture": "#0", "cullface": "west"},
				"up": {"uv": [4, 4, 8, 8], "texture": "#0"},
				"down": {"uv": [12, 4, 16, 8], "texture": "#0", "cullface": "down"}
			}
		}
	]
}