mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
(Sad FE Noises)
This commit is contained in:
parent
660e976a1f
commit
f6797386fa
2 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ public class GuiOilGenerator extends AAScreen<ContainerOilGenerator> {
|
|||
}
|
||||
|
||||
if (this.generator.maxBurnTime > 0 && this.generator.currentEnergyProduce > 0) {
|
||||
drawCenteredString(matrices, this.font, this.generator.currentEnergyProduce + " " + I18n.get("actuallyadditions.fet"), this.leftPos + 87, this.topPos + 65, 0xFFFFFF);
|
||||
drawCenteredString(matrices, this.font, this.generator.currentEnergyProduce + " " + I18n.get("misc.actuallyadditions.energy_tick"), this.leftPos + 87, this.topPos + 65, 0xFFFFFF);
|
||||
drawCenteredString(matrices, this.font, "for " + this.generator.maxBurnTime + " t", this.leftPos + 87, this.topPos + 75, 0xFFFFFF);
|
||||
matrices.pushPose();
|
||||
matrices.translate(this.leftPos + 87, this.topPos + 85, 0);
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"achievement.page.actuallyadditions": "Actually Additions",
|
||||
"actuallyadditions.lolWutHowUDoDis": "This is bugged. Throw it away. Please.",
|
||||
"tooltip.actuallyadditions.disabled": "Disabled Object",
|
||||
"actuallyadditions.fet": "FE/t",
|
||||
"actuallyadditions.fe": "FE",
|
||||
"actuallyadditions.felong": "Forge Energy",
|
||||
"misc.actuallyadditions.energy_tick": "CF/t",
|
||||
"misc.actuallyadditions.energy": "CF",
|
||||
"misc.actuallyadditions.energy_name": "Crystal Flux",
|
||||
"misc.actuallyadditions.power_long": "%s/%s Crystal Flux",
|
||||
"misc.actuallyadditions.power_single": "%s Crystal Flux",
|
||||
"misc.actuallyadditions.power_single_short": "%s CF",
|
||||
|
|
Loading…
Reference in a new issue