.
This commit is contained in:
parent
c046adbc3e
commit
7a28153697
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user