summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bricks.json
blob: 625ab080803fd857bd690cd3b7669586ada61db6 (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": {
		"0": "block/bricks_model"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [4, 8, 8, 12], "texture": "#0"},
				"east": {"uv": [12, 8, 16, 12], "texture": "#0"},
				"south": {"uv": [0, 8, 4, 12], "texture": "#0"},
				"west": {"uv": [8, 8, 12, 12], "texture": "#0"},
				"up": {"uv": [0, 12, 4, 16], "texture": "#0"},
				"down": {"uv": [12, 12, 16, 16], "texture": "#0"}
			}
		}
	]
}