Rice Pudding

Rice Pudding - without rice

Ingredients

  • 40g Sugar
  • 1 packet Cream-Pudding Pulver
  • 500ml Milk
  • 6x drops Vanilla flavor
  • 5x Butter Biscuit (“Butterkeks”)

Assembly

Stove.insert(pot);
pot.insert(mix(milk, sugar, aroma));
Stove.heat(pot, 100%);
while(pot.content is not cooking)
    stir(pot.content);
Hand.insert(butter_biscuits);
Hand.crush();
pot.insert(pudding_pulver);
pot.insert(butter_biscuits);
for(2 minutes)
    stir(pot.content);
while(pot.temperature > environment.temperature)
    wait();
Fridge.insert(pot);

Continue reading

Rice Pudding á la Simon

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);

Continue reading