mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
make it clear the energy mode doesn't change anything
This commit is contained in:
parent
4e8e749f4f
commit
23878da6fb
2 changed files with 5 additions and 2 deletions
|
@ -84,7 +84,9 @@ public class EnergyDisplay extends Gui{
|
|||
|
||||
List<String> text = new ArrayList<String>();
|
||||
text.add(this.getOverlayText());
|
||||
text.add("");
|
||||
text.add(TextFormatting.GRAY+""+TextFormatting.ITALIC+StringUtil.localize("info."+ModUtil.MOD_ID+".energy.to"+(this.displayTesla ? "RF" : "T")));
|
||||
text.add(TextFormatting.DARK_GRAY+""+TextFormatting.ITALIC+StringUtil.localize("info."+ModUtil.MOD_ID+".energy.disclaimer"));
|
||||
GuiUtils.drawHoveringText(text, mouseX, mouseY, mc.displayWidth, mc.displayHeight, -1, mc.fontRendererObj);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -590,8 +590,9 @@ info.actuallyadditions.booklet.edition=Edition
|
|||
info.actuallyadditions.deathRecorded=Your death has been recorded. Use a Death Tracker to find the death location!
|
||||
info.actuallyadditions.placer.sides.1=Placement Sides
|
||||
info.actuallyadditions.placer.sides.2=Usually when placing down blocks, they are placed towards the side of another block that you are looking at. Because the Phantom Placer can place blocks in mid-air, it doesn't know that. Usually you should just set it to a solid side.
|
||||
info.actuallyadditions.energy.toRF=Click for Redstone Flux mode!
|
||||
info.actuallyadditions.energy.toT=Click for Tesla mode!
|
||||
info.actuallyadditions.energy.toRF=Click for Redstone Flux display mode!
|
||||
info.actuallyadditions.energy.toT=Click for Tesla display mode!
|
||||
info.actuallyadditions.energy.disclaimer=Note that this is just for looks.
|
||||
|
||||
#Container Names
|
||||
container.actuallyadditions.inputter.name=ESD
|
||||
|
|
Loading…
Reference in a new issue