{
    "name": "Yeety McYeetface",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 9,
                "curve": "INSTANT"
            },
            "restriction": 4,
            "stopConditions": {
                "time": 10000,
                "waterPumpedInPhase": 65
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 2000,
                "weight": 1,
                "pressureBelow": 4
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 7,
                "time": 20000,
                "curve": "EASE_IN_OUT",
                "start": 7
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 90,
    "globalStopConditions": {
        "weight": 56
    }
}