Advertisement
Guest User

startup

a guest
Dec 8th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. while turtle.detectDown() do
  2.   if redstone.getInput("back") then
  3.     turtle.place()
  4.   end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement