austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 27 forks source link

Me Bridge function edit suggestion #133

Closed alandoyle95 closed 9 years ago

alandoyle95 commented 9 years ago

it would be nice to have

listItems(), listCraft(), listAll()

return the ItemID along with the other info it returns so that there is a way to get an ItemID from its name inside a program, it already returns the Meta for the items so unless there was a reason itemID was no implemented that im not aware of i think that this would be an amazing addition to the returned data :)

darichey commented 9 years ago

I'm sorry, I'm not sure what you mean. I'm not sure about listItems() and listCraft(), but I know that listAll() already includes the ID of the item. Am I misunderstanding?

alandoyle95 commented 9 years ago

this was related to the whole item name being the ID thing...