Skip to content

Commit

Permalink
*sigh*
Browse files Browse the repository at this point in the history
close #4320
  • Loading branch information
yrsegal committed Aug 16, 2023
1 parent 2c9f651 commit 2c3cf77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ public static int getRange(ItemStack hoe) {
if(!isHoe(hoe))
return 1;
else if (hoe.is(bigHarvestingHoesTag))
return regularHoeRadius;
else
return highTierHoeRadius;
else
return regularHoeRadius;
}

public static boolean isHoe(ItemStack itemStack) {
Expand Down

0 comments on commit 2c3cf77

Please sign in to comment.