mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
* Fixes chocolate bars only being made with soymilk or chocolate milk (#56786) The wiki states that both soy and regular milk can be used to make chocolate bars, currently only soy milk works. In PR #21206 the recipe for chocolate milk was made to be 1 unit coco powder and 1 unit milk keeping this recipe functional but adding an additional step. However as of PR #55606 the recipe for chocolate milk was changed to use hot cocoa. This PR restores to original method of making chocolate bars. Chocolate bars are made from milk, coco powder and sugar, you shouldn't need to mix in hot cocoa to make a chocolate bar. * Allows you to use both soy and regular milk for the chocolate bar recipe Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>