Skip to content

Commit

Permalink
Fixed a warning in the console
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftedMods committed Aug 11, 2019
1 parent d4e1cbf commit 1ed9854
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ protected void undefinedRecipeTypeFound(IRecipe recipe, Collection<AbstractRecip
AbstractRecipe processedRecipe = LOTRRecipeHandlerUtils.processPoisonWeaponRecipe((LOTRRecipePoisonWeapon) recipe);
if (processedRecipe != null) {
container.add(processedRecipe);
return;
}
}
super.undefinedRecipeTypeFound(recipe, container);
Expand Down

0 comments on commit 1ed9854

Please sign in to comment.