From a42330f17db68de4bcb535278e037f5442ed08b3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 19 Aug 2024 18:00:16 +0200 Subject: active glass filling --- data/recipes/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3-70-g09d2