Advertisement
xavierlebel

ladder4

Jun 16th, 2024
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local function placeBlocks()
  2.     turtleUtilities.selectItems(itemsToPlace)
  3.     turtle.turnRight()
  4.     turtle.place()
  5.     turtle.turnLeft()
  6.     turtle.place()
  7.     turtle.turnLeft()
  8.     turtle.place()
  9.     turtle.turnRight()
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement