From efda5103c0fc8d0f045bb3b7e48ea5f81a3cfa45 Mon Sep 17 00:00:00 2001 From: Emerson Rosen-Jones Date: Mon, 15 Sep 2025 20:19:34 -0400 Subject: [PATCH] Fixed bug with the fix from last patch. --- compacting-storage.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/compacting-storage.lua b/compacting-storage.lua index 7943108..a271252 100644 --- a/compacting-storage.lua +++ b/compacting-storage.lua @@ -153,6 +153,7 @@ function should_fill (type, counts) else amount_to_use = amount_spare end + if fill_src == "nugget" and fill_dest == "block" then return end return fill_dest, fill_src, amount_to_use * REDUCTION_FACTOR end