Vanillesauce / Pudding á la Simon

June 10, 2020 20:30

Ingredients

  • 500ml Milk
  • 3x Spoon starch
  • 3x Spoon sugar (+1 spoon for pudding)
  • 4x Drops butter-vanilla flavor (may mix 1:1 with rum flavor)

Assembly

pot.insert(mix(milk, starch, sugar, flavor));
Stove.insert(pot);
Stove.heat(pot, 100%);
while(pot.content.stateOfAggregation == fluid)
    stir(pot.content);
Stove.heat(pot, 0%);
while(pot.content.temperature > cold)
    wait();