Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
M-W-K committed Nov 22, 2024
1 parent dad2678 commit f2100bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gregtech/api/items/toolitem/ToolHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ public static void applyHammerDropConversion(ItemStack tool, IBlockState state,

public static boolean breakBlockRoutine(EntityPlayerMP player, ItemStack tool, BlockPos pos) {
// This is *not* a vanilla/forge convention, Forge never added "shears" to ItemShear's tool classes.
tool = toolbeltPassthrough(tool);
if (isTool(tool, ToolClasses.SHEARS) && shearBlockRoutine(player, tool, pos) == 0) {
return false;
}
Expand Down

0 comments on commit f2100bd

Please sign in to comment.