Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- pog, champ = turtle.inspect()
- print(champ.name)
- if champ.name ~= 'minecraft:redstone_wire' then
- turtle.dig()
- end
- turtle.place()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement