Advertisement
Techtronic

CC Obsidian Farm

Dec 11th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. turtle.select(1)
  2. redstone = turtle.getItemCount(2)
  3. While redstone > 0
  4.  if turtle.compare() == true then
  5.   turtle.dig()
  6.   turtle.select(2)
  7.   turtle.place()
  8.   turtle.select(1)
  9.  end
  10.  redstone = turtle.getItemCount
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement