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