{
	"credit": "Made by @vexxel with Blockbench - https://github.com/vexxel",
	"parent": "block/block",
	"textures": {
		"bottom": "firmalife:block/devices/ashtray/bottom",
		"front": "firmalife:block/devices/ashtray/front_0",
		"top": "firmalife:block/devices/ashtray/top",
		"particle": "#front"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#front"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#front"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#front"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#front"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
			}
		}
	]
}