diff options
author | Mary <33456283+FourIsTheNumber@users.noreply.github.com> | 2024-11-14 10:17:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 15:17:44 +0000 |
commit | f0990d41a615efdc4472fd08681e9d09a83e6cbc (patch) | |
tree | eedf104718499d2a8e4a3dd6070af7970934d281 /src/main/java/gregtech | |
parent | 8ee08dfde1a4cca3068106cfeca19073c903653f (diff) | |
download | GT5-Unofficial-f0990d41a615efdc4472fd08681e9d09a83e6cbc.tar.gz GT5-Unofficial-f0990d41a615efdc4472fd08681e9d09a83e6cbc.tar.bz2 GT5-Unofficial-f0990d41a615efdc4472fd08681e9d09a83e6cbc.zip |
Prevent screwdriver from changing pipe collision boxes (#3493)
Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r-- | src/main/java/gregtech/common/GTClient.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/GTClient.java b/src/main/java/gregtech/common/GTClient.java index 7cd673c001..ab139273ee 100644 --- a/src/main/java/gregtech/common/GTClient.java +++ b/src/main/java/gregtech/common/GTClient.java @@ -1059,7 +1059,6 @@ public class GTClient extends GTProxy implements Runnable { } } if (GTUtility.isStackInList(tCurrentItem, GregTechAPI.sWrenchList) - || GTUtility.isStackInList(tCurrentItem, GregTechAPI.sScrewdriverList) || GTUtility.isStackInList(tCurrentItem, GregTechAPI.sHardHammerList) || GTUtility.isStackInList(tCurrentItem, GregTechAPI.sSoftHammerList) || GTUtility.isStackInList(tCurrentItem, GregTechAPI.sWireCutterList) |