app tweaks
This commit is contained in:
@@ -247,9 +247,9 @@ local function run(member, point)
|
|||||||
while not turtle.go(Point.above(spt)) do
|
while not turtle.go(Point.above(spt)) do
|
||||||
os.sleep(.5)
|
os.sleep(.5)
|
||||||
end
|
end
|
||||||
if turtle.selectSlotWithQuantity(0) then
|
--if turtle.selectSlotWithQuantity(0) then
|
||||||
turtle.set({ digPolicy = 'dig' })
|
--turtle.set({ digPolicy = 'dig' })
|
||||||
end
|
--end
|
||||||
while not turtle.go(spt) do
|
while not turtle.go(spt) do
|
||||||
os.sleep(.5)
|
os.sleep(.5)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user