Rice Pudding á la Simon

October 12, 2019 20:30

Ingredients

  • 180g Milk-Rice
  • 1 shovel sugar
  • 1l Milk
  • 4x drops butter-vanilla flavor
  • Some butter (a little bit more than needed for a slice of toast)
  • Some water

Assembly

Stove.insert(pot);
pot.insert(mix(water, sugar, butter, aroma));
Stove.heat(pot, 100%);
while(butter.stateOfAggregation != fluid)
    wait();
pot.insert(milk);
pot.insert(rice);
while(pot.content is not cooking)
    wait();
Stove.heat(pot, 50%);
for(45 minutes)
    stir(pot.content);