haribo27

b

Aug 4th, 2020 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.47 KB | None | 0 0
  1. $button: Generate Deliscoius Cookies!
  2.  
  3. $oven_temp
  4. 190{fan:170}
  5. 180{fan:160}
  6. 170{fan:155}
  7. 200{fan:180}
  8. 210{fan:190}
  9. 220{fan:200}
  10.  
  11. $butter_state
  12. salted
  13. unsalted
  14. unsalted and softened
  15. salted and softened
  16.  
  17. $butter_amount
  18. 125g
  19. 130g
  20. 140g
  21. 150g
  22. 160g
  23. 170g
  24. 175g
  25.  
  26. $sugar_type
  27. light brown muscovado
  28. brown muscovado
  29.  
  30. $sugar_amount
  31. 60
  32. 65
  33. 70
  34. 75
  35. 80
  36. 85
  37. 90
  38. 95
  39.  
  40. $egg_size
  41. 1 large egg
  42. 2 medium eggs
  43.  
  44. $flour_amount
  45. 200g
  46. 225g
  47. 250g
  48. 275g {5%}
  49.  
  50. $bicarb_amount
  51. 1 dsp
  52. 1 tsp
  53.  
  54. $chocolate_type
  55. white
  56. milk
  57. dark {50%}
  58. mixed
  59.  
  60. $chocolate_chips
  61. chips
  62. chunks
  63.  
  64. $vanilla
  65. 10ml(2tsp)
  66. 12ml(2 1/2 tsp)
  67. 15ml(3tsp)
  68. 20ml(4tsp) {10%}
  69.  
  70. $nuts
  71. hazelnuts
  72. mixed nuts
  73. cashews
  74. pecans
  75.  
  76. $args.filling
  77. 200g [chocolate_type] chocolate [chocolate_chips]
  78. 100g [chocolate_type] chocolate [chocolate_chips] , 100g [nuts]
  79. 200g [nuts] {45%}
  80.  
  81. $recipe
  82. Preheat oven to [oven_temp,#t]ºC or Gas mark 5. line two baking sheets with greaseproof paper. Put [butter_amount] of [butter_state] butter, [sugar_amount]g granulated sugar and [sugar_amount]g [sugar_type] sugar in a bowl, and beat until smooth and creamy.Now beat in [egg_size] and [vanilla] vanilla extract. Now sift in [flour_amount] plain flour, and add [bicarb_amount] bicarb and a pinch of salt. Stir in [args.filling], and 1 tsp water. Now spoon out small scoops of the mixture onto the baking sheets. it should make 30-35 cookies. Bake for 7-14 minutes until golden and soft in the centre. Lift off onto cooling rack and Enjoy!
  83.  
  84.  
Add Comment
Please, Sign In to add comment