app tweaks

This commit is contained in:
kepler155c@gmail.com
2019-01-07 03:41:35 -05:00
parent 6ac9816189
commit 4686804f3c
3 changed files with 27 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ local function dropOff()
local inv = turtle.getSummedInventory()
for _, slot in pairs(inv) do
if slot.count >= 16 then
if turtle.getFuelLevel() < 1000 then
if turtle.getFuelLevel() < 5000 then
turtle.refuel(slot.name, 16)
end
end