{
	"textures": {
		"particle": "blocks/fenceJungle_top",
		"side": "blocks/fenceJungle_side",
		"top": "blocks/fenceJungle_top"
	},
	"elements": [
		{
			"__comment": "Center post",
			"from": [6.5,0,6.5],
			"to": [9.5,16,9.5],
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Top rope angled n",
			"from": [7,14,2.65],
			"to": [9,15,7],
			"rotation": {
				"origin": [8,14.5,8],
				"axis": "x",
				"angle": -22.5
			},
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Top rope straight n",
			"from": [7,12,0],
			"to": [9,13,3.25],
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Top rope angled s",
			"from": [7,14,9],
			"to": [9,15,13.35],
			"rotation": {
				"origin": [8,14.5,8],
				"axis": "x",
				"angle": 22.5
			},
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Top rope straight s",
			"from": [7,12,12.75],
			"to": [9,13,16],
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Lower rope angled n",
			"from": [7,7,2.65],
			"to": [9,8,7],
			"rotation": {
				"origin": [8,7.5,8],
				"axis": "x",
				"angle": -22.5
			},
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Lower rope straight n",
			"from": [7,5,0],
			"to": [9,6,3.25],
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Lower rope angled s",
			"from": [7,7,9],
			"to": [9,8,13.35],
			"rotation": {
				"origin": [8,7.5,8],
				"axis": "x",
				"angle": 22.5
			},
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"north": { "texture": "#side" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		},
		{
			"__comment": "Lower rope straight s",
			"from": [7,5,12.75],
			"to": [9,6,16],
			"faces": {
				"down": { "texture": "#top" },
				"up": { "texture": "#top" },
				"south": { "texture": "#side" },
				"east": { "texture": "#side" },
				"west": { "texture": "#side" }
			}
		}
	]
}