{
	"textures": {
		"texture": "block/rope",
		"particle": "block/rope"
	},
	"elements": [
		{
			"name": "cube",
			"from": [7, 0, 7],
			"to": [9, 16, 9],
			"faces": {
				"north": {
					"uv": [7, 0, 9, 16],
					"texture": "#texture"
				},
				"east": {
					"uv": [7, 16, 9, 0],
					"texture": "#texture"
				},
				"south": {
					"uv": [7, 0, 9, 16],
					"texture": "#texture"
				},
				"west": {
					"uv": [7, 16, 9, 0],
					"texture": "#texture"
				},
				"up": {"uv": [7, 7, 9, 9], "texture": "#texture"},
				"down": {"uv": [7, 7, 9, 9], "texture": "#texture"}
			}
		}
	]
}