bennyuoppd

Wither Farm Turtle Top

Jul 5th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --TOP
  2. ExtID = peripheral.call("bottom", "getID")
  3. rednet.open("left")
  4.  
  5. while true do
  6.     rednet.receive(tostring(os.getComputerID()))
  7.     if turtle.detect() then
  8.         sleep(1)
  9.     else
  10.         turtle.place()
  11.     end
  12. end
Add Comment
Please, Sign In to add comment