Advertisement
Kiliandeca

DecaMiner - Recup prog

Aug 5th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3.  
  4.     rednet.receive("recup")
  5.  
  6.     turtle.dig()
  7.     turtle.dropUp()
  8.    
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement