Rice Pudding - without rice

August 26, 2023 19:00

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