MJRLegends / GalacticraftTweaker

A small mod to add CraftTweaker support for Galacticraft
0 stars 0 forks source link

OreDict support #16

Open Romz24 opened 1 year ago

Romz24 commented 1 year ago

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