cleanup
This commit is contained in:
parent
760729ee4b
commit
7694798ad0
6 changed files with 45 additions and 73 deletions
|
@ -10,8 +10,7 @@ keep_stocked = {
|
|||
flint = 10
|
||||
}
|
||||
|
||||
go_to(vector.new(0,0,0), "south")
|
||||
recipes = load_recipes()
|
||||
goHome()
|
||||
|
||||
print("known recipes:\n")
|
||||
for k,_ in pairs(recipes) do
|
||||
|
@ -57,7 +56,7 @@ function doRecipe(recipe)
|
|||
-- read()
|
||||
end
|
||||
end
|
||||
go_to(vector.new(0,0,0), "south")
|
||||
goHome()
|
||||
for i = 1, 16 do
|
||||
if turtle.getItemCount(i) ~= 0 then
|
||||
turtle.select(i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue