Skip to content

Commit

Permalink
Show projectile damage in the tooltip
Browse files Browse the repository at this point in the history
Not a base stat, but enough modifiers change it
  • Loading branch information
KnightMiner committed Dec 27, 2022
1 parent 36085f5 commit a481674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ public static List<Component> getDefaultStats(IToolStackView tool, @Nullable Pla
if (tool.hasTag(TinkerTags.Items.RANGED)) {
builder.add(ToolStats.DRAW_SPEED);
builder.add(ToolStats.VELOCITY);
builder.add(ToolStats.PROJECTILE_DAMAGE);
builder.add(ToolStats.ACCURACY);
}
if (tool.hasTag(TinkerTags.Items.MELEE)) {
Expand Down

0 comments on commit a481674

Please sign in to comment.