einsteinmaster96

puttop.lua

Jan 4th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. require("movement")
  2.  
  3. length = tonumber(arg[1])
  4. for i=0,length do
  5. move_to(0,i)
  6. turtle.placeUp()
  7. end
  8. move_to(0,0)
  9.  
Add Comment
Please, Sign In to add comment