Advertisement
karelvysinka

Obsidian automat

Oct 2nd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2.     turtle.select(1)
  3.     turtle.drop()
  4.     turtle.suck()
  5.     turtle.placeDown()
  6.     turtle.select(2)
  7.     turtle.digDown()
  8.     turtle.select(1)
  9.     turtle.drop()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement