[Changes] Create recipe advancements for Infusion

This commit is contained in:
Frank 2022-07-31 14:52:49 +02:00
parent 6b193bfa63
commit f9996d1dbc
2 changed files with 2 additions and 2 deletions

View file

@ -207,7 +207,7 @@ public class InfusionRecipe implements Recipe<InfusionRitual>, UnknownReceipBook
BetterEnd.LOGGER.warning("At least one catalyst must be non empty, recipe {} will be ignored!", id);
return;
}
BCLRecipeManager.addRecipe(TYPE, recipe);
BCLRecipeManager.addRecipeAndCreateAdvancement(TYPE, recipe);
}
}
}