{
	"ambientocclusion": false,
	"textures": {
		"bars": "block/iron_bar",
		"particle": "block/iron_bars"
	},
	"elements": [
		{
			"name": "Bar",
			"from": [7, 0, 7],
			"to": [9, 16, 9],
			"faces": {
				"north": {"uv": [7, 0, 9, 16], "texture": "#bars"},
				"east": {"uv": [7, 0, 9, 16], "texture": "#bars"},
				"south": {"uv": [7, 0, 9, 16], "texture": "#bars"},
				"west": {"uv": [7, 0, 9, 16], "texture": "#bars"},
				"up": {"uv": [7, 2, 9, 4], "texture": "#bars"},
				"down": {"uv": [8, 3, 9, 4], "texture": "#particle"}
			}
		}
	]
}