Update 'turtle/Wood.lua'
This commit is contained in:
parent
5c663dcbb0
commit
5e8bd7bd6b
@ -225,7 +225,11 @@ function Wood:sort(goBack)
|
||||
self:moveTo("home")
|
||||
local hasMore = self:suckAllDown()
|
||||
self:clearInv(goBack)
|
||||
return hasMore
|
||||
end
|
||||
|
||||
function Wood:getFuelLevel()
|
||||
return turtle.getFuelLevel()
|
||||
end
|
||||
|
||||
function Wood:suckAllDown()
|
||||
|
Loading…
x
Reference in New Issue
Block a user