diff options
author | Martin Robertz <dream-master@gmx.net> | 2020-05-10 16:06:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 16:06:29 +0200 |
commit | 87321491668b5b07801eaafb22390051c97fd9d8 (patch) | |
tree | 95107a6dac84a67dfea6aa49254efaa0f6d978d9 /src/main/java/gregtech/common/blocks | |
parent | 92662137b00d39424b910846f63094a4c07e6589 (diff) | |
parent | ea1bf1b9b362f64b3c6d82c269ce9f66c82ee559 (diff) | |
download | GT5-Unofficial-87321491668b5b07801eaafb22390051c97fd9d8.tar.gz GT5-Unofficial-87321491668b5b07801eaafb22390051c97fd9d8.tar.bz2 GT5-Unofficial-87321491668b5b07801eaafb22390051c97fd9d8.zip |
Merge pull request #281 from moller21/coverguis2
Cover GUI's take 2
Diffstat (limited to 'src/main/java/gregtech/common/blocks')
-rw-r--r-- | src/main/java/gregtech/common/blocks/GT_Block_Machines.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/blocks/GT_Block_Machines.java b/src/main/java/gregtech/common/blocks/GT_Block_Machines.java index cc75124a05..0b0d065789 100644 --- a/src/main/java/gregtech/common/blocks/GT_Block_Machines.java +++ b/src/main/java/gregtech/common/blocks/GT_Block_Machines.java @@ -295,7 +295,7 @@ public class GT_Block_Machines if(!GT_Utility.isStackInList(tCurrentItem, GregTech_API.sScrewdriverList) && !GT_Utility.isStackInList(tCurrentItem, GregTech_API.sWrenchList) && !GT_Utility.isStackInList(tCurrentItem, GregTech_API.sWireCutterList) && !GT_Utility.isStackInList(tCurrentItem, GregTech_API.sSolderingToolList)){ return false; } - }else {return false;} + } } if ((tTileEntity instanceof IGregTechTileEntity)) { if (((IGregTechTileEntity) tTileEntity).getTimer() < 50L) { |