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
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 text was updated successfully, but these errors were encountered:
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 recipesThe text was updated successfully, but these errors were encountered: