Posted 12 November 2015 - 08:11 PM
Currently turtles can easily do simple tasks with items such as pulling/inserting items in an inventory as well as picking up dropped items and moving items in their own inventory. It can be quite difficult to have a turtle perform tasks with items which are more complex than that. So I suggest adding turtle.getItemId("specify slot here or check current slot") which would retrieve the items id number ie.(stone=1 so retrieves 1) also turtle.lockItem("specify slot here or check current slot") which would whitelist the slot prioritising the slot whenever that item is picked up instead of the item going into the first available slot.