summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_slab_top.json
blob: 2cdbe46b616a49da0963e28ff0d157d74d1ad1ba (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, 8, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [4, 0, 8, 2], "texture": "#0", "cullface": "north"},
				"east": {"uv": [12, 0, 16, 2], "texture": "#0", "cullface": "east"},
				"south": {"uv": [0, 0, 4, 2], "texture": "#0", "cullface": "south"},
				"west": {"uv": [8, 0, 12, 2], "texture": "#0", "cullface": "west"},
				"up": {"uv": [0, 4, 4, 8], "texture": "#0", "cullface": "up"},
				"down": {"uv": [8, 4, 12, 8], "texture": "#0"}
			}
		}
	]
}