The input parameter requires the type IItemStack, because of this we cannot pass the name of the ore, for example <ore:ingotSteel>, we always have to create several recipes if we have several varieties of ore from different mods. I suggest changing the type to IIngredient, as done in the addShapeless function for vanilla recipes
The
input
parameter requires the typeIItemStack
, because of this we cannot pass the name of the ore, for example<ore:ingotSteel>
, we always have to create several recipes if we have several varieties of ore from different mods. I suggest changing the type toIIngredient
, as done in theaddShapeless
function for vanilla recipes