summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_wall_post.json
blob: 749c4cbc1e3f5be78aeedf00a942127b44a3c268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
	"credit": "Made with Blockbench",
	"textures": {
		"particle": "block/bricks",
		"wall": "block/brick_wall"
	},
	"elements": [
		{
			"from": [4, -0.01, 4],
			"to": [12, 15.99, 12],
			"faces": {
				"north": {"uv": [0, 0, 2, 4], "texture": "#wall"},
				"east": {"uv": [2, 0, 4, 4], "texture": "#wall"},
				"south": {"uv": [0, 4, 2, 8], "texture": "#wall"},
				"west": {"uv": [2, 4, 4, 8], "texture": "#wall"},
				"down": {"uv": [4.25, 2, 6.25, 4], "texture": "#wall", "cullface": "down"}
			}
		},
		{
			"from": [3.95, 0.01, 3.95],
			"to": [12.05, 16.01, 12.05],
			"faces": {
				"north": {"uv": [0, 8, 2, 12], "texture": "#wall", "cullface": "up"},
				"east": {"uv": [2, 8, 4, 12], "texture": "#wall", "cullface": "up"},
				"south": {"uv": [0, 12, 2, 16], "texture": "#wall", "cullface": "up"},
				"west": {"uv": [2, 12, 4, 16], "texture": "#wall", "cullface": "up"},
				"up": {"uv": [4.25, 0, 6.25, 2], "texture": "#wall", "cullface": "up"}
			}
		}
	]
}