This commit is contained in:
Julian Brammer 2024-06-13 21:50:41 +02:00
parent 2fcc901bc5
commit f951aa7636

View File

@ -58,6 +58,7 @@ local function printLayer(matrix, withChest)
--sleep(1)
turtle.forward()
if matrix[i][j] == 1 then
itemInInventory()
turtle.placeDown()
end
end