declare const _default: [
    {
        "ingredient": {
            "name": "minecraft:dragon_breath"
        },
        "input_item_name": "minecraft:splash_potion",
        "output_item_name": "minecraft:lingering_potion"
    },
    {
        "ingredient": {
            "name": "minecraft:gunpowder"
        },
        "input_item_name": "minecraft:potion",
        "output_item_name": "minecraft:splash_potion"
    }
]
;

export default _default;
