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