{
	"parent": "block/block",
	"textures": {
		"1": "block/stone",
		"particle": "block/stone"
	},
	"elements": [
		{
			"name": "Flat",
			"from": [9, 0, 4.5],
			"to": [13, 0.5, 8.5],
			"rotation": {"angle": 0, "axis": "y", "origin": [9, 0.75, 7.5]},
			"faces": {
				"north": {"uv": [0, 2, 4, 3], "texture": "#1"},
				"east": {"uv": [0, 3, 4, 4], "texture": "#1"},
				"south": {"uv": [0, 3, 4, 4], "texture": "#1"},
				"west": {"uv": [0, 3, 4, 4], "texture": "#1"},
				"up": {"uv": [0, 0, 4, 4], "texture": "#1"},
				"down": {"uv": [0, 0, 4, 4], "texture": "#1"}
			}
		},
		{
			"name": "Button",
			"from": [5, 0, 6],
			"to": [11, 1, 10],
			"rotation": {"angle": 0, "axis": "y", "origin": [11, 8, 8]},
			"faces": {
				"north": {"uv": [8, 9, 14, 10], "texture": "#1"},
				"east": {"uv": [8, 9, 12, 10], "texture": "#1"},
				"south": {"uv": [8, 9, 14, 10], "texture": "#1"},
				"west": {"uv": [8, 9, 12, 10], "texture": "#1"},
				"up": {"uv": [8, 6, 14, 10], "texture": "#1"},
				"down": {"uv": [8, 6, 14, 10], "texture": "#1"}
			}
		},
		{
			"name": "Pebble",
			"from": [6, 0, 9.7],
			"to": [8, 1, 11.7],
			"rotation": {"angle": 22.5, "axis": "x", "origin": [7, 0.5, 10.7]},
			"faces": {
				"north": {"uv": [6, 6, 8, 7], "texture": "#1"},
				"east": {"uv": [6, 6, 8, 7], "texture": "#1"},
				"south": {"uv": [8, 9, 10, 10], "texture": "#1"},
				"west": {"uv": [8, 4, 10, 5], "texture": "#1"},
				"up": {"uv": [2, 2, 4, 4], "texture": "#1"},
				"down": {"uv": [0, 0, 2, 2], "texture": "#1"}
			}
		}
	]
}