You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be fantastic if the ME Bridge has a listAllOre(oreDictName) method that gave you a list of everything that matched that ore dict in the system.
Also a command for getting the first item that had the ore dict. Possibly gravitating towards the item you have most of? So for example, if you have 5 different types of steel in the system and you use the method getOre("ingotSteel") and it returned item data for the steel type you had the most of.
I hope this can become a possibility as it would make systems that use the ME bridge to request items easier to use as learning ore dict names is a lot easier than unique item ids.
Thanks for taking the time to read!
The text was updated successfully, but these errors were encountered:
It would be fantastic if the ME Bridge has a listAllOre(oreDictName) method that gave you a list of everything that matched that ore dict in the system.
Also a command for getting the first item that had the ore dict. Possibly gravitating towards the item you have most of? So for example, if you have 5 different types of steel in the system and you use the method getOre("ingotSteel") and it returned item data for the steel type you had the most of.
I hope this can become a possibility as it would make systems that use the ME bridge to request items easier to use as learning ore dict names is a lot easier than unique item ids.
Thanks for taking the time to read!
The text was updated successfully, but these errors were encountered: