Skip to content

Commit

Permalink
feat: ✨ Added Smithing Upgrade as smithing recipes "Catalyst" in JEI …
Browse files Browse the repository at this point in the history
…compatibility so that it shows up next to smithing recipes and can be used to show all smithing recipes by pressing U on it
  • Loading branch information
P3pp3rF1y committed Dec 30, 2024
1 parent 27fb345 commit 2d3ccc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void registerRecipes(IRecipeRegistration registration) {
public void registerRecipeCatalysts(IRecipeCatalystRegistration registration) {
registration.addRecipeCatalyst(new ItemStack(ModItems.CRAFTING_UPGRADE.get()), RecipeTypes.CRAFTING);
registration.addRecipeCatalyst(new ItemStack(ModItems.STONECUTTER_UPGRADE.get()), RecipeTypes.STONECUTTING);
registration.addRecipeCatalyst(new ItemStack(ModItems.SMITHING_UPGRADE.get()), RecipeTypes.SMITHING);
additionalCatalystRegistrar.accept(registration);
}

Expand Down

0 comments on commit 2d3ccc0

Please sign in to comment.