Added a build_pipe app, which builds pipes. Additionally the fvcircles

module checks for n iterations of building a circle
This commit is contained in:
2020-11-20 22:35:04 +01:00
parent 33043a6d56
commit e68905578f
3 changed files with 21 additions and 9 deletions

View File

@ -21,7 +21,7 @@ local imaterial = read()
print("Building a " .. pipes .. " blocks long tunnel")
for i = 1, pipes do
turtle.down()
fvcircles.fvcircle5(omaterial, imaterial)
fvcircles.fvcircle5(omaterial, imaterial, pipes)
end
print("Done build the tunnel")