bump version. copy/paste some lang entries
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ public enum ButtonToolTips {
|
||||
// Used in the tooltips of the items in the terminal, when moused over
|
||||
ItemsStored,
|
||||
ItemsRequestable,
|
||||
ItemCraftable,
|
||||
ItemsCraftable,
|
||||
|
||||
SchedulingMode,
|
||||
SchedulingModeDefault,
|
||||
|
||||
Reference in New Issue
Block a user