fixes #189
This commit is contained in:
parent
cd32fe255c
commit
cae4aad955
3 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ public class MTCentrifuge {
|
|||
public void apply()
|
||||
{
|
||||
for(IBaseRecipeType recipeType : RecipeHandler.getRecipeClassFromName(Reference.centrifugeRecipe)){
|
||||
for(ItemStack stack : recipeType.getOutputs()){
|
||||
for(ItemStack stack : recipeType.getInputs()){//TODO might not be the right way to do this
|
||||
if(ItemUtils.isItemEqual(stack, output, true, false)){
|
||||
removedRecipes.add((CentrifugeRecipe) recipeType);
|
||||
RecipeHandler.recipeList.remove(recipeType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue