Posted 19 November 2012 - 11:06 PM
Hi!
I have an improvement suggestion. I'd like to see some of the folling API's added to the turtle next to the turtle.suck() thingy. Something in the lines of:
turtle.GetChestSize()
turtle.ChestSelect()
At the moment it's only possible to have the turtle pick out an entire chest up till the turtle is full. So a maximum of only 16 slots.
Wouldn't this be a good addition to the API? :(/>/>
Edit:
Also perhaps turtle.IsChest() boolean to detect if there's a chest in front, or perhaps turtle.DetectValidInventory() ?
Regards, Sceppie.
I have an improvement suggestion. I'd like to see some of the folling API's added to the turtle next to the turtle.suck() thingy. Something in the lines of:
turtle.GetChestSize()
turtle.ChestSelect()
At the moment it's only possible to have the turtle pick out an entire chest up till the turtle is full. So a maximum of only 16 slots.
Wouldn't this be a good addition to the API? :(/>/>
Edit:
Also perhaps turtle.IsChest() boolean to detect if there's a chest in front, or perhaps turtle.DetectValidInventory() ?
Regards, Sceppie.
Edited on 19 November 2012 - 10:13 PM