Recipe Stages

Recipe Stages

28M Downloads

RecipeAction Not Triggered

lunareclipse-64 opened this issue ยท 2 comments

commented

My scripts**(There's no error in crafttweaker.log)**:
Recipes.addShapeless("stagename",<minecraft:potion>.withTag({Potion: "minecraft:water"}), [<contenttweaker:item>.transformReplace(<contenttweaker:anotheritem>),<minecraft:glass_bottle>] as IIngredient[], null, function(out,cInfo,player){ player.give(<botany:misc:5>); print("THAT'S GROSS!"); } );
But when I perform this recipe in game, neither botany:misc:5 was given to me, nor "THAT'S GROSS!" appeared in the log.
Maybe there's something wrong with my scripts(those items really exist), or with RecipsStages?

commented

Mc version?

commented

Mc version?

Minecraft 1.12.2
Crafttweaker 4.1.20.655
RecipsStages 1.1.3.7