Skip to content

Commit

Permalink
Ditch bucketing priority as its no longer needed
Browse files Browse the repository at this point in the history
Bucketing used to round to the nearest bucket, but not any longer
  • Loading branch information
KnightMiner committed Dec 27, 2023
1 parent 120fd47 commit 3adc73c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ protected void registerHooks(Builder hookBuilder) {
hookBuilder.addHook(this, TinkerHooks.BLOCK_INTERACT, TinkerHooks.GENERAL_INTERACT);
}

@Override
public int getPriority() {
return 80; // little bit less so we get to add volatile data late
}

@Override
public Component getDisplayName(IToolStackView tool, int level) {
return DualOptionInteraction.formatModifierName(tool, this, super.getDisplayName(tool, level));
Expand Down

0 comments on commit 3adc73c

Please sign in to comment.