diff --git a/src/main/programs/turtle-roomCreator.lua b/src/main/programs/turtle-roomCreator.lua index 1c96bf7..572e52a 100644 --- a/src/main/programs/turtle-roomCreator.lua +++ b/src/main/programs/turtle-roomCreator.lua @@ -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 \ No newline at end of file