app tweaks

This commit is contained in:
kepler155c@gmail.com
2019-04-25 14:54:36 -04:00
parent b03b0d366b
commit f77f7cf499

View File

@@ -247,9 +247,9 @@ local function run(member, point)
while not turtle.go(Point.above(spt)) do
os.sleep(.5)
end
if turtle.selectSlotWithQuantity(0) then
turtle.set({ digPolicy = 'dig' })
end
--if turtle.selectSlotWithQuantity(0) then
--turtle.set({ digPolicy = 'dig' })
--end
while not turtle.go(spt) do
os.sleep(.5)
end