diff options
-rw-r--r-- | cactus.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -101,3 +101,9 @@ end local datum = vector.new(-18, 128, -1837) local delta = datum - POS moveby(delta) + +for i=1,4 do + move_linear(11) + turn_right() +end +end |
index : computercraft programs | ||
bucket |
summaryrefslogtreecommitdiff |
-rw-r--r-- | cactus.lua | 6 |
@@ -101,3 +101,9 @@ end local datum = vector.new(-18, 128, -1837) local delta = datum - POS moveby(delta) + +for i=1,4 do + move_linear(11) + turn_right() +end +end |