{
    "type": "create:mixing",
    "ingredients": [
        {
            "tag": "forge:raw_honey"
        },
        {
            "fluid": "farmersrespite:melon_juice",
            "nbt": {},
            "amount": 200
        }
    ],
    "processingTime": 600,
    "results": [
        {
            "fluid": "farmersrespite:strong_melon_juice",
            "amount": 250
        }
    ]
}