This commit is contained in:
Julian Brammer 2024-06-13 22:38:52 +02:00
parent c046adbc3e
commit 7a28153697

View File

@ -54,11 +54,10 @@ local function itemInInventory()
itemCount = turtle.getItemCount() itemCount = turtle.getItemCount()
if itemCount > 0 then if itemCount > 0 then
return true return true
else
print("No material. Press Return to continue")
read()
end end
end end
print("No material. Press Return to continue")
read()
end end