diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 18:00:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 18:48:07 +0200 |
commit | a42330f17db68de4bcb535278e037f5442ed08b3 (patch) | |
tree | 6ce66c621f9cd827be9b4517910543ce5be9d7e8 /data/recipes | |
parent | 3f681f11b2a9619ff941dd0c151d701264499510 (diff) | |
download | hurrycurry-a42330f17db68de4bcb535278e037f5442ed08b3.tar hurrycurry-a42330f17db68de4bcb535278e037f5442ed08b3.tar.bz2 hurrycurry-a42330f17db68de4bcb535278e037f5442ed08b3.tar.zst |
active glass filling
Diffstat (limited to 'data/recipes')
-rw-r--r-- | data/recipes/default.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts index 91afffe9..c46e984c 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -171,7 +171,7 @@ function either(a: Item, b: Item) { } function sink_fill(c: Container) { const o = new Item("water", c) - out({ action: "instant", inputs: [c], outputs: [o], tile: "sink" }) + out({ action: "active", inputs: [c], outputs: [o], tile: "sink", duration: 1 }) return o } |