Skip to content

Commit

Permalink
Add soft mallet workable tooltip to battery buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Dec 14, 2024
1 parent 7141fcf commit b15d61a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public void addInformation(ItemStack stack, @Nullable World player, List<String>
public void addToolUsages(ItemStack stack, @Nullable World world, List<String> tooltip, boolean advanced) {
tooltip.add(I18n.format("gregtech.tool_action.screwdriver.access_covers"));
tooltip.add(I18n.format("gregtech.tool_action.wrench.set_facing"));
tooltip.add(I18n.format("gregtech.tool_action.soft_mallet.reset"));
super.addToolUsages(stack, world, tooltip, advanced);
}

Expand Down

0 comments on commit b15d61a

Please sign in to comment.