Skip to content

Commit b15d61a

Browse files
committed
Add soft mallet workable tooltip to battery buffers
1 parent 7141fcf commit b15d61a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gregtech/common/metatileentities/electric/MetaTileEntityBatteryBuffer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public void addInformation(ItemStack stack, @Nullable World player, List<String>
175175
public void addToolUsages(ItemStack stack, @Nullable World world, List<String> tooltip, boolean advanced) {
176176
tooltip.add(I18n.format("gregtech.tool_action.screwdriver.access_covers"));
177177
tooltip.add(I18n.format("gregtech.tool_action.wrench.set_facing"));
178+
tooltip.add(I18n.format("gregtech.tool_action.soft_mallet.reset"));
178179
super.addToolUsages(stack, world, tooltip, advanced);
179180
}
180181

0 commit comments

Comments
 (0)