Fixed bug with the fix from last patch.

This commit is contained in:
Emerson Rosen-Jones 2025-09-15 20:19:34 -04:00
parent 1f5ac183a9
commit efda5103c0

View file

@ -153,6 +153,7 @@ function should_fill (type, counts)
else else
amount_to_use = amount_spare amount_to_use = amount_spare
end end
if fill_src == "nugget" and fill_dest == "block" then return end
return fill_dest, fill_src, amount_to_use * REDUCTION_FACTOR return fill_dest, fill_src, amount_to_use * REDUCTION_FACTOR
end end