Update src/main/programs/turtle-roomCreator.lua
This commit is contained in:
parent
ee2d0cd7d6
commit
635ee1d845
@ -35,4 +35,9 @@ function excavate(depth, width, height)
|
||||
turtle.up()
|
||||
end
|
||||
end
|
||||
|
||||
--go to start pos
|
||||
for h=1, height do
|
||||
turtle.down()
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user