[Changes] Create recipe advancements for Infusion
This commit is contained in:
parent
6b193bfa63
commit
f9996d1dbc
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue