Advertisement
bugs399

ComputerCraft Bomb

Jul 24th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. while true do
  2.     turtle.forward()
  3.     turtle.placeDown()
  4.     redstone.setOutput("bottom", true)
  5.     sleep(0.1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement