This commit is contained in:
Modmuss50 2015-10-14 13:27:43 +01:00
parent cd32fe255c
commit cae4aad955
3 changed files with 3 additions and 3 deletions

View file

@ -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);