Skip to content

Commit

Permalink
Prevent screwdriver from changing pipe collision boxes (#3493)
Browse files Browse the repository at this point in the history
Co-authored-by: boubou19 <miisterunknown@gmail.com>
  • Loading branch information
FourIsTheNumber and boubou19 authored Nov 14, 2024
1 parent 8ee08df commit f0990d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gregtech/common/GTClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,6 @@ private static int shouldHeldItemHideThings() {
}
}
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)
Expand Down

0 comments on commit f0990d4

Please sign in to comment.