bump version. copy/paste some lang entries

This commit is contained in:
PrototypeTrousers
2023-03-20 16:06:47 -03:00
parent eefb11544e
commit ceee1f181f
8 changed files with 8 additions and 5 deletions
@@ -77,7 +77,7 @@ public abstract class AEBaseMEGui extends AEBaseGui {
}
if (myStack.isCraftable() && AEConfig.instance().isShowCraftableTooltip()) {
final String local = ButtonToolTips.ItemCraftable.getLocal();
final String local = ButtonToolTips.ItemsCraftable.getLocal();
currentToolTip.add(TextFormatting.GRAY + local);
}