:3
This commit is contained in:
parent
491112768c
commit
68ec37f994
66 changed files with 6591 additions and 10096 deletions
|
@ -59,12 +59,7 @@ function doRecipe(recipe)
|
|||
end
|
||||
end
|
||||
goHome()
|
||||
for i = 1, 16 do
|
||||
if turtle.getItemCount(i) ~= 0 then
|
||||
turtle.select(i)
|
||||
turtle.drop()
|
||||
end
|
||||
end
|
||||
emptyInventory()
|
||||
if turtle.getFuelLevel() < 1000 then
|
||||
print("refueling")
|
||||
goTo(vector.new(4, 0, -2), "east")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue