Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- 2013 (c) psychedelixx
- Minecraft Turtle: Cobblegrinder
- 2013-05-21
- Grinds cobblestones, generated by lava and water and drops it beneath the turtle.
- Usage:
- - use turtle and type "label set <name>"
- (to give your turtle an unique name so it remembers its programs)
- - type "pastebin get FpngLgXc grind"
- - type "grind"
- --]]
- while true do
- turtle.dig()
- turtle.dropDown()
- end
Advertisement
Add Comment
Please, Sign In to add comment