diff --git a/farms/attack.lua b/farms/attack.lua index 42c5033..f5a2ad0 100644 --- a/farms/attack.lua +++ b/farms/attack.lua @@ -99,7 +99,7 @@ local function dropOff() for _, slot in pairs(inv) do if slot.count >= 16 then local chests = findChests() - for c in pairs(Point.iterateClosest(chests)) do + for c in Point.iterateClosest(turtle.point, chests) do if turtle.dropDownAt(c, slot.name) then chest = c break