Removed deprecated method call
This commit is contained in:
parent
8ab30293bb
commit
daa409af72
1 changed files with 1 additions and 1 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);
|
BetterEnd.LOGGER.warning("At least one catalyst must be non empty, recipe {} will be ignored!", id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
BCLRecipeManager.addRecipeAndCreateAdvancement(TYPE, recipe);
|
BCLRecipeManager.addRecipe(TYPE, recipe);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue