So I've been doing a little tinkering and my mod should interface with IC2 machines (I'm basically creating replacement ores, so said ores should be crushed in the macerator!)
So in order to create a recipe so that the Macerator does its job and produces the correct output I need to get the IC2 items. That is, the crushed ore item.
The only API call that the IC2 API offers is getItem(). Which takes a string input.
QuoteGet an ItemStack for a specific item name, example: Items.getItem("resin") See the list below for item names.
Ah yes, the below list. What list is that and where do I find it, cause it is not "below."