{
	"textures": {
		"texture": "block/fence_dark_oak1",
		"top": "block/fence_dark_oak_top",			
		"particle": "block/fence_dark_oak"
	},
	"elements": [
		{
			"name": "cube",
			"from": [6, 2, 0],
			"to": [10, 5, 16],
			"faces": {
				"north": {
					"uv": [6, 13, 10, 16],
					"texture": "#texture"
				},
				"east": {
					"uv": [0, 13, 16, 16],
					"texture": "#texture"
				},
				"south": {
					"uv": [6, 13, 10, 16],
					"texture": "#texture"
				},
				"west": {
					"uv": [0, 13, 16, 16],
					"texture": "#texture"
				},
				"up": {
					"uv": [6, 0, 10, 16],
					"texture": "#top"
				},
				"down": {
					"uv": [10, 16, 6, 0],
					"texture": "#top"
				}
			}
		},
		{
			"name": "cube",
			"from": [6, 13, 0],
			"to": [10, 16, 16],
			"faces": {
				"north": {
					"uv": [6, 0, 10, 3],
					"texture": "#texture"
				},
				"east": {
					"uv": [0, 0, 16, 3],
					"texture": "#texture"
				},
				"south": {
					"uv": [6, 0, 10, 3],
					"texture": "#texture"
				},
				"west": {
					"uv": [0, 0, 16, 3],
					"texture": "#texture"
				},
				"up": {
					"uv": [6, 0, 10, 16],
					"texture": "#top"
				},
				"down": {
					"uv": [10, 16, 6, 0],
					"texture": "#top"
				}
			}
		},
		{
			"name": "cube",
			"from": [6.5, 5, 6],
			"to": [9.5, 13, 10],
			"faces": {
				"north": {
					"uv": [6, 3, 9, 11],
					"texture": "#texture"
				},
				"east": {
					"uv": [6, 3, 10, 11],
					"texture": "#texture"
				},
				"south": {
					"uv": [6, 3, 9, 11],
					"texture": "#texture"
				},
				"west": {
					"uv": [6, 3, 10, 11],
					"texture": "#texture"
				}
			}
		}
	]
}