Turtles now suck
This commit is contained in:
parent
ee5f4e8f6e
commit
51287b6d03
@ -609,6 +609,7 @@ function doRefuel2()
|
||||
grabnow = math.min(coalneeded, 64)
|
||||
if turtle.suckDown(grabnow) then
|
||||
-- turtle can grab
|
||||
turtle.refuel()
|
||||
coalneeded = coalneeded - grabnow
|
||||
else
|
||||
-- blabla error
|
||||
|
Loading…
Reference in New Issue
Block a user