Advertisement
Heracles421

Wither

Aug 4th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. while true do
  2.   term.clear()
  3.   print("Building wither")
  4.   os.pullEvent("redstone")
  5.   if rs.getInput("back") then
  6.   turtle.select(1)
  7.   turtle.place()
  8.   turtle.up()
  9.   turtle.place()
  10.   turtle.turnLeft()
  11.   turtle.forward()
  12.   turtle.turnRight()
  13.   turtle.place()
  14.   turtle.turnRight()
  15.   turtle.forward()
  16.   turtle.forward()
  17.   turtle.turnLeft()
  18.   turtle.place()
  19.   turtle.up()
  20.   turtle.select(2)
  21.   turtle.place()
  22.   turtle.turnLeft()
  23.   turtle.forward()
  24.   turtle.turnRight()
  25.   turtle.place()
  26.   turtle.turnLeft()
  27.   turtle.forward()
  28.   turtle.turnRight()
  29.   turtle.place()
  30.   turtle.down()
  31.   turtle.down()
  32.   turtle.turnRight()
  33.   turtle.forward()
  34.   turtle.turnLeft()
  35.   end
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement