diff options
author | DreamMasterXXL <dream-master@gmx.net> | 2020-05-10 16:21:22 +0200 |
---|---|---|
committer | DreamMasterXXL <dream-master@gmx.net> | 2020-05-10 16:21:22 +0200 |
commit | 920e2eb543ce7fa413bee19c0626d3d89f9542fb (patch) | |
tree | f0175359b32bed488afd19373af3741c415e6e2f /src/main/java/gregtech/common/blocks | |
parent | 33ec8e37624aa9403d130ecbe4817c45c3a76a4f (diff) | |
parent | 87321491668b5b07801eaafb22390051c97fd9d8 (diff) | |
download | GT5-Unofficial-920e2eb543ce7fa413bee19c0626d3d89f9542fb.tar.gz GT5-Unofficial-920e2eb543ce7fa413bee19c0626d3d89f9542fb.tar.bz2 GT5-Unofficial-920e2eb543ce7fa413bee19c0626d3d89f9542fb.zip |
Merge branch 'experimental' into HEE-Bees
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) { |