diff options
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r-- | data/recipes/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index 0f7308af..a5497b83 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -231,7 +231,7 @@ function group_hidden(i) { return i } -out({ group: "cleanup", action: "active", duration: 2, tile: "sink", inputs: [new Item("dirty-plate")], outputs: [PL] }) +out({ action: "active", duration: 2, tile: "sink", inputs: [new Item("dirty-plate")], outputs: [PL] }) const tomato = crate("tomato") const steak = crate("steak") |