Closed Krutoy242 closed 4 years ago
it seems like this is correct behaviour: it produces a list of all the registered items in the mod. it's important to note that many of the "items" are just sub-items (i.e. differentiated by metadata) -- for example, all the other metal ingots are sub-items of the item listed as "wyvern metal ingot"
Seems like you are right... I was intended to remove all gear recipes, but i would use another way then. Thank you for fast answer!
TconEvo version: 1.0.31
For modpack making purposes i need to iterate through all items in a mod. This function usually return all items in a mod, but with tconevo its return only few items:
return:
Feels like items is not loaded completely. Am i do something wrong, or there is no way to get items with this function?