Posted 08 February 2014 - 01:52 AM
Just to verify: Is there a way in the core API to check the item in a turtle's slot? I see I can compare selected inventory to the environment, but I don't see anything where I can see if my selected inventory matches a certain block ID. I was hoping to make an autobuilder that can take a pile of the materials I had assigned from the data file and just kind of figure it out. The most clever thing I could come up with was giving it a chest that it could place down. With that, it can dump its whole inventory inside, sort it all, query it all, and then put it back into its inventory after identifying everything. That seems pretty goofy, but it's all I could figure out.