FIX JEI transfer not working correctly

Missing on the crafting terminal
This commit is contained in:
Salomão
2021-02-13 21:48:37 -03:00
parent f1c41bab3f
commit ead6274ca4
2 changed files with 7 additions and 9 deletions
@@ -89,10 +89,10 @@ class RecipeTransferHandler<T extends Container> implements IRecipeTransferHandl
return new RecipeTransferErrorTooltip( I18n.format( "gui.appliedenergistics2.ProcessingPattern" ) );
}
}
else
{
return RecipeTransferErrorInternal.INSTANCE;
}
}
else
{
return RecipeTransferErrorInternal.INSTANCE;
}
if( !doTransfer )