The IRecipeAction function in Recipes.addShaped does not take effect
YiChenCraft opened this issue ยท 1 comments
mods.recipestages.Recipes.addShaped("", out,[],
function(out,ins,cInfo){
return out;
} as IRecipeFunction,
function(out,cInfo,player){
//Cannot take effect here
} as IRecipeAction
);