Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Fast wood cutter v.1.0 By Plazter
- -- (c) 2013 --
- function plant()
- ------- Planting starts! -----
- turtle.select(15) -- sapling
- turtle.place()
- turtle.select(16) -- BoneMeal
- turtle.place()
- ------- Planting done!! ------
- function chop()
- turtle.dig()
- turtle.forward()
- if turtle.detectUp() = true then
- turtle.digUp()
- turtle.up()
- else
- turtle.down()
- print("I want a new order!")
- end
- end
- ------- Program ------
- plant()
- chop()
- turtle.back()
Advertisement
Add Comment
Please, Sign In to add comment