Advertisement
MadScience2728

TurtleRubberWood

Mar 9th, 2021
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.     for i=16,1,-1 do
  3.         turtle.select(i)
  4.         if not turtle.detect() then
  5.             turtle.place()
  6.         end
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement