From 85edcca1152b6d24fa70372b69162ecf887563bf Mon Sep 17 00:00:00 2001 From: botn365 <42187820+botn365@users.noreply.github.com> Date: Sat, 12 Jun 2021 03:47:50 +0200 Subject: remove extra chance from sifter sisne obama wont be out until next update this should at least be gone --- .../multi/processing/GregtechMetaTileEntity_IndustrialSifter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialSifter.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialSifter.java index 0fc89ce7dd..01edbba2aa 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialSifter.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialSifter.java @@ -113,7 +113,7 @@ extends GregtechMeta_MultiBlockBase { @Override public boolean checkRecipe(final ItemStack aStack) { - return checkRecipeGeneric((4* GT_Utility.getTier(this.getMaxInputVoltage())), 75, 400, 8800); + return checkRecipeGeneric((4* GT_Utility.getTier(this.getMaxInputVoltage())), 75, 400, 10000); } @Override @@ -263,4 +263,4 @@ extends GregtechMeta_MultiBlockBase { public boolean isOverclockerUpgradable() { return true; } -} \ No newline at end of file +} -- cgit