Advertisement
Schneiderism

[FTB Turtle] Cobblestone Generator Miner

Nov 23rd, 2015
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. --[[ Cobble Generator Mining: [Mining Turtle] ]]
  2.  
  3. while true do
  4. turtle.dig()
  5. turtle.select(1)
  6. turtle.dropUp()
  7. end
  8.  
  9. --[[ * This requires a chest to be on top of the turtle for the cobble to be dropped into ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement