diff options
Diffstat (limited to 'data/recipes.yaml')
| -rw-r--r-- | data/recipes.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml index 46210a7e..98de3a9c 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -24,7 +24,7 @@ - tile: cuttingboard inputs: [tomato] outputs: [sliced-tomato] - action: !active 3 + action: !active 2 - tile: counter inputs: [sliced-tomato, plate] outputs: [sliced-tomato-meal] @@ -36,7 +36,7 @@ - tile: counter inputs: [flour] outputs: [dough] - action: !active 5 + action: !active 3 - tile: oven inputs: [dough] outputs: [bread] @@ -94,4 +94,4 @@ - tile: sink inputs: [dirty-plate] outputs: [plate] - action: !active 5 + action: !active 3 |