{
	"ambientocclusion": false,
	"textures": {
		"rail": "block/rail",
		"particle": "block/rail"
	},
	"elements": [
		{
			"name": "Element",
			"from": [2, 0, -0.25],
			"to": [4, 2, 16.25],
			"faces": {
				"north": {"uv": [12, 0, 14, 1], "texture": "#rail"},
				"east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#rail"},
				"south": {"uv": [2, 15, 4, 16], "texture": "#rail"},
				"west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#rail"},
				"up": {"uv": [2, 0, 4, 16], "texture": "#rail"},
				"down": {"uv": [2, 0, 4, 16], "texture": "#rail"}
			}
		},
		{
			"name": "Element",
			"from": [12, 0, -0.25],
			"to": [14, 2, 16.25],
			"faces": {
				"north": {"uv": [2, 0, 4, 1], "texture": "#rail"},
				"east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#rail"},
				"south": {"uv": [12, 15, 14, 16], "texture": "#rail"},
				"west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#rail"},
				"up": {"uv": [12, 0, 14, 16], "texture": "#rail"},
				"down": {"uv": [12, 0, 14, 16], "texture": "#rail"}
			}
		},
		{
			"name": "Element",
			"from": [0, 1, 0],
			"to": [16, 1, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#rail"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#rail"}
			}
		}
	]
}