Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Combien a miner ?")
- blocs = read()
- blocs = tonumber(blocs)
- xd = 80
- print("Le minage va commencer !")
- repeat
- turtle.digDown()
- turtle.down()
- blocs = blocs - 1
- until blocs == 0
- repeat
- turtle.up()
- blocs = blocs - 1
- until xd == 0
Advertisement
Add Comment
Please, Sign In to add comment