Fixed bug with the fix from last patch.
This commit is contained in:
parent
1f5ac183a9
commit
efda5103c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue