Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = true
- while (x) do
- turtle.forward()
- turtle.turnLeft()
- x, y = turtle.inspect()
- if (y.name == "minecraft:brick_block") then
- turtle.dig()
- end
- turtle.turnRight()
- end
- for i = 1, turtle.getItemCount(), 1 do
- turtle.up()
- turtle.placeDown()
- end
Add Comment
Please, Sign In to add comment