Advertisement
DustinRosebery

mainArenaTurt program 1

Aug 28th, 2013
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rednet.open("right")
  2.  
  3. while true do
  4. local id, msg = rednet.receive()
  5. if msg == "oneWitherBuilt" then
  6. turtle.place()
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement