Advertisement
Guest User

bridge.lua

a guest
Feb 15th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while true do
  2. if turtle.getItemCount() > 0
  3.     turtle.forward()
  4.     turtle.placeDown()
  5.     end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement