Advertisement
Rastus22

Untitled

Aug 23rd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. pog, champ = turtle.inspect()
  3. print(champ.name)
  4. if champ.name ~= 'minecraft:redstone_wire' then
  5. turtle.dig()
  6. end
  7. turtle.place()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement