{
	"credit": "Made By Vixel",
	"parent": "block/block",
	"textures": {
		"bottom": "block/dropper_back",
		"side": "block/dropper_side",
		"top": "block/dropper_top",
		"particle": "block/dropper_front",
		"front": "block/dropper_front"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
				"east": {"uv": [16, 0, 0, 16], "texture": "#side", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
				"down": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "down"}
			}
		}
	],
	"display": {}
}