diff options
author | botn365 <42187820+botn365@users.noreply.github.com> | 2021-06-12 03:47:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 03:47:50 +0200 |
commit | 85edcca1152b6d24fa70372b69162ecf887563bf (patch) | |
tree | a4e6d44014daf49b926833550d546b57d0f351f0 /src/Java | |
parent | 11e26a7b92607127889a16357c5696b2e0f39448 (diff) | |
download | GT5-Unofficial-85edcca1152b6d24fa70372b69162ecf887563bf.tar.gz GT5-Unofficial-85edcca1152b6d24fa70372b69162ecf887563bf.tar.bz2 GT5-Unofficial-85edcca1152b6d24fa70372b69162ecf887563bf.zip |
remove extra chance from sifter
sisne obama wont be out until next update this should at least be gone
Diffstat (limited to 'src/Java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialSifter.java | 4 |
1 files 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 +} |