Skip to content

Commit

Permalink
Fix recipe match entries not being cancelable
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Aug 20, 2017
1 parent 51231be commit a083061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void registerMelterBlacklist(IBlacklist blacklist) {
}

public static void registerMelterBlacklist(RecipeMatch blacklist) {
meltingBlacklist.add(new RecipeMatchBlacklist(blacklist));
registerMelterBlacklist(new RecipeMatchBlacklist(blacklist));
}

public static MeltingRecipe getMelting(ItemStack stack) {
Expand Down

0 comments on commit a083061

Please sign in to comment.