{
	"credit": "Created by Stridey",
	"textures": {
		"particle": "block/sandstone",
		"side": "block/sandstone",
		"top": "block/sandstone_top",
		"bottom": "block/sandstone_bottom"
	},
	"elements": [
		{
			"name": "Center post",
			"from": [4, 0, 4],
			"to": [12, 16, 12],
			"faces": {
				"north": {"uv": [4, 0, 12, 16], "texture": "#side"},
				"east": {"uv": [4, 0, 12, 16], "texture": "#side"},
				"south": {"uv": [4, 0, 12, 16], "texture": "#side"},
				"west": {"uv": [4, 0, 12, 16], "texture": "#side"},
				"up": {"uv": [4, 4, 12, 12], "texture": "#top", "cullface": "up"},
				"down": {"uv": [4, 4, 12, 12], "texture": "#bottom", "cullface": "down"}
			}
		}
	]
}