diff options
Diffstat (limited to 'data/recipes.ts')
-rw-r--r-- | data/recipes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recipes.ts b/data/recipes.ts index 04cccf16..5d267404 100644 --- a/data/recipes.ts +++ b/data/recipes.ts @@ -16,6 +16,7 @@ function auto_trash() { let [i, ic] = get_container(ifull) if (i == "plate") continue if (i == "pot") continue + if (i == "mixer") continue if (i == "dirty") continue if (ic == "plate") ic = "dirty-plate" out({ |