Recipe Stages

Recipe Stages

28M Downloads

The IRecipeAction function in Recipes.addShaped does not take effect

YiChenCraft opened this issue ยท 1 comments

commented

mods.recipestages.Recipes.addShaped("", out,[],
function(out,ins,cInfo){
return out;
} as IRecipeFunction,
function(out,cInfo,player){
//Cannot take effect here
} as IRecipeAction
);

commented

Can't reproduce.

mods.recipestages.Recipes.addShapeless("one", <minecraft:diamond>, [<ore:sand>, <ore:sand>, <ore:ingotIron>, <minecraft:gold_ingot>],function(out,ins,cInfo){return <minecraft:glass>;} as IRecipeFunction);

works fine