But when the turtle queries its inventory, looking for the needed items:
turtle.select( slot_being_looked_at ) d = turtle.getItemDetail() print( d.name )
...I'm getting
ComputerCraft:CC-Peripheralfor both the modem and the drive. Obviously those two items are not interchangeable for the system I'm trying to build, so I still need to be able to tell them apart.
I can attempt to equip both in the turtle's empty side; the modem will be equippable but the drive will not, but this seems pretty hokey to me.
Am I missing some way to correctly identify these two items when they're in the turtle's inventory?
Thanks,
tmt












