This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
lare290's profile picture

Cobble generator

Started by lare290, 05 July 2015 - 05:04 PM
lare290 #1
Posted 05 July 2015 - 07:04 PM
There is millions of cobble generators for turtles out there, but this one is mine.

No idea in making pastebin because I remember it easily.

While true do
   turtle.dig()
   sleep(0.1)
end
sleep just to avoid any bad things happening, wont really affect speed because cobblestone forms in longer time than my turtle sleeps.
Spoiler
You need setup like this and that turtle should be running code that is up there^. Sign with that same text is needed.
Edited on 05 July 2015 - 05:08 PM
Fufciak #2
Posted 20 August 2015 - 10:14 PM
Turtle don't drop cobblestone if inventory are full
But helpfull short program ;)/>
Yarillo #3
Posted 23 August 2015 - 08:51 AM
Boy. That's amazing.