Posted 27 December 2013 - 01:36 PM
Hi everyone,
i'm using a farming turtle which works just as I want on vanilla crop. I am using another mod though ("Pam' Harvestcraft" for those who are interested) which doesn't work quite so well… Maybe someone knows a way to work around my problem.
My turtle is basically hovering over the crop, tilling the dirt, planting seeds…
after the crop grows it returns and does:
- turtle.digDown (harvesting)
- turtle.digDown (tilling in case someone messed up the plot)
- turtle.placeDown (planting a new seed)
as the non vanilla crops are not getting picked up automatically i'm trying to catch the harvested crops with
- turtle.digDown (harvesting)
- turtle.suckDown (pick up crops)
- turtle.digDown (tilling in case someone messed up the plot)
- turtle.placeDown (planting a new seed)
unfortunately because of the spread of "dropped" items in minecraft I only manage to "suck" about 20% of my harvest…
Does anybody have an idea on how to solve this problems or even just increase the pickup rate…?
I'm open to any ideas…
i'm using a farming turtle which works just as I want on vanilla crop. I am using another mod though ("Pam' Harvestcraft" for those who are interested) which doesn't work quite so well… Maybe someone knows a way to work around my problem.
My turtle is basically hovering over the crop, tilling the dirt, planting seeds…
after the crop grows it returns and does:
- turtle.digDown (harvesting)
- turtle.digDown (tilling in case someone messed up the plot)
- turtle.placeDown (planting a new seed)
as the non vanilla crops are not getting picked up automatically i'm trying to catch the harvested crops with
- turtle.digDown (harvesting)
- turtle.suckDown (pick up crops)
- turtle.digDown (tilling in case someone messed up the plot)
- turtle.placeDown (planting a new seed)
unfortunately because of the spread of "dropped" items in minecraft I only manage to "suck" about 20% of my harvest…
Does anybody have an idea on how to solve this problems or even just increase the pickup rate…?
I'm open to any ideas…