Advertisement
ItsGynoDa

BuildStaircase

Jan 18th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. turtle.select(2)
  2.  
  3. while turtle.getItemCount(2) ~=0 do
  4.     turtle.place()
  5.     turtle.up()
  6.     turtle.forward()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement