.
This commit is contained in:
parent
c046adbc3e
commit
7a28153697
@ -54,12 +54,11 @@ local function itemInInventory()
|
||||
itemCount = turtle.getItemCount()
|
||||
if itemCount > 0 then
|
||||
return true
|
||||
else
|
||||
end
|
||||
end
|
||||
print("No material. Press Return to continue")
|
||||
read()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
local function printLayer(matrix, withChest)
|
||||
|
Loading…
Reference in New Issue
Block a user