This commit is contained in:
Crispy 2025-05-23 18:50:16 +02:00
parent 760729ee4b
commit 7694798ad0
6 changed files with 45 additions and 73 deletions

View file

@ -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)