diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-01 17:44:18 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-01 17:44:18 +0000 |
commit | 76310ec364798fb87133530a793b9b1a09713744 (patch) | |
tree | f0d2dc888723afc82c27c089cd26804f8e85e5d4 | |
parent | 5136217d108553904de954624500b0973353ab6a (diff) |
movewalt
-rw-r--r-- | movewalt.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/movewalt.lua b/movewalt.lua new file mode 100644 index 0000000..b495c2a --- /dev/null +++ b/movewalt.lua @@ -0,0 +1,4 @@ +for i=1,6 do turtle.select(i) turtle.dig() turtle.up() end +turtle.select(7) turtle.dig() turtle.select(1) turtle.place() turtle.up() +for i=1,6 do turtle.select(i) turtle.dig() turtle.select(i+1) turtle.place() turtle.up() end + |