Should fix issues with recipes not being removed from JEI when using CT, closes #1121 and closes #1118
This commit is contained in:
parent
358b3a48a7
commit
0aafea9758
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ public class CTGeneric {
|
|||
if (output.matches(MineTweakerMC.getIItemStack((ItemStack) stack))) {
|
||||
removedRecipes.add((BaseRecipe) recipeType);
|
||||
RecipeHandler.recipeList.remove(recipeType);
|
||||
MineTweakerAPI.getIjeiRecipeRegistry().removeRecipe(recipeType);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue