Jump to content




How to get details of item in inventory? (with plethora)


2 replies to this topic

#1 CCJJSax

  • Members
  • 262 posts

Posted 02 August 2020 - 05:11 PM

First of all, turtle.getItemDetail() doesn't give me enough information. I'm trying to get info about forestry bees and samples from Gendustry.

I can get the info I'm looking for in a chest by wrapping it and using the getItemMeta() method, but I can't seem to find out how I can have the turtle use a method like that in itself. Thank you.

#2 Lupus590

  • Members
  • 2,029 posts
  • LocationUK

Posted 02 August 2020 - 06:55 PM

To my knowledge, turtle's can't. One way to work around this is to push the items into a chest, scan them there and then make use of the fact that turtles pull from the first slot in the chest and that a chest can push items into itself to change the slots.

#3 CCJJSax

  • Members
  • 262 posts

Posted 02 August 2020 - 06:59 PM

View PostLupus590, on 02 August 2020 - 06:55 PM, said:

To my knowledge, turtle's can't. One way to work around this is to push the items into a chest, scan them there and then make use of the fact that turtles pull from the first slot in the chest and that a chest can push items into itself to change the slots.

I was afraid of that. That is a bummer. Seems like it would be a good addition for mods like Plethora to add. Thanks for your help!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users