Advertisement
Carbon02

nuke

Jun 24th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local s = 1
  2.  
  3. for local i=1, 4 do
  4. turtle.place()
  5. turtle.turnLeft()
  6. end
  7.  
  8. for local i=2, 9 do
  9. turtle.select(i)
  10. turtle.drop(64)
  11. turtle.turnLeft()
  12. end
  13.  
  14. rs.setOutput("front", true)
  15. rs.setOutput("back", true)
  16. rs.setOutput("left", true)
  17. rs.setOutput("right", true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement