Skip to content

Commit

Permalink
Craft soapy water out of soap flakes (#37878)
Browse files Browse the repository at this point in the history
* Craft soapy water out of soap flakes

Add soap flakes as a componet for crafting soapy water.

* Update recipe_medsandchemicals.json

Co-authored-by: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com>
  • Loading branch information
Cyrano7 and I-am-Erk authored Feb 11, 2020
1 parent 3a66527 commit 07d5448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"time": "1 m",
"autolearn": true,
"flags": [ "BLIND_HARD" ],
"components": [ [ [ "water_clean", 1 ], [ "water", 1 ] ], [ [ "soap", 1 ], [ "detergent", 1 ] ] ]
"components": [ [ [ "water_clean", 1 ], [ "water", 1 ] ], [ [ "soap", 1 ], [ "soap_flakes", 15 ], [ "detergent", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 07d5448

Please sign in to comment.