Skip to content

Commit

Permalink
Add extra tooltip for large turbines (#2326)
Browse files Browse the repository at this point in the history
Co-authored-by: Spicierspace153 <[email protected]>
Co-authored-by: kross <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent f299392 commit 3d3f91b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/generated/resources/assets/gtceu/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,7 @@
"gtceu.multiblock.steam_oven.description": "˙ǝuo uɐɥʇ ǝɹoɯ ou 'ɹǝʎɐן ɯoʇʇoq ǝɥʇ uo ǝq ʇsnɯ ɥɔʇɐH ɯɐǝʇS ˙ɥɔʇɐH ɯɐǝʇS ǝɥʇ uɐɥʇ ɹǝɥʇo sǝɥɔʇɐH pınןℲ ɹou 'sǝssnq ʇndʇnO/ʇnduI ןɐɯɹou ǝsn ʇouuɐƆ ˙ɯɹoɟ oʇ sbuısɐƆ ǝzuoɹᗺ 9 ʇsɐǝן ʇɐ sǝɹınbǝᴚ ˙ǝbⱯ ɯɐǝʇS ǝɥʇ ʇɐ ɹǝʇןǝɯS ıʇןnW Ɐ",
"gtceu.multiblock.title": "uɹǝʇʇɐԀ ʞɔoןqıʇןnW",
"gtceu.multiblock.turbine.efficiency": "%s%% :ʎɔuǝıɔıɟɟƎ ǝuıqɹn⟘",
"gtceu.multiblock.turbine.efficiency_tooltip": "˙ㄥ§ʎɔuǝıɔıɟɟǝ %%0Ɩɟ§ sppɐ ㄥ§%s ǝʌoqɐ ɹǝpןoH ɹoʇoᴚ ɥɔɐƎ",
"gtceu.multiblock.turbine.efficiency_tooltip": "˙ㄥ§ᄅ ʎq ʇ/∩Ǝ sǝıןdıʇןnɯ puɐ ʎɔuǝıɔıɟɟǝ %%0Ɩɟ§ sppɐ ㄥ§%s ǝʌoqɐ ɹǝpןoH ɹoʇoᴚ ɥɔɐƎ",
"gtceu.multiblock.turbine.energy_per_tick": "ʇ/∩Ǝ %s/%s :ʇndʇnO ʎbɹǝuƎ",
"gtceu.multiblock.turbine.energy_per_tick_maxed": "ʇ/∩Ǝ %s :ʇndʇnO ʎbɹǝuƎ",
"gtceu.multiblock.turbine.fuel_amount": ")%s( Ꞁ%s :ʇunoɯⱯ ןǝnℲ",
Expand Down Expand Up @@ -5999,4 +5999,4 @@
"tile.gtceu.reinforced_foam.name": "ɯɐoℲ pǝɔɹoɟuıǝᴚ",
"tile.gtceu.reinforced_stone.name": "ǝuoʇS pǝɔɹoɟuıǝᴚ",
"tile.gtceu.seal.name": "ʞɔoןᗺ pǝןɐǝS"
}
}
4 changes: 2 additions & 2 deletions src/generated/resources/assets/gtceu/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,7 @@
"gtceu.multiblock.steam_oven.description": "A Multi Smelter at the Steam Age. Requires at least 6 Bronze Casings to form. Cannot use normal Input/Output busses, nor Fluid Hatches other than the Steam Hatch. Steam Hatch must be on the bottom layer, no more than one.",
"gtceu.multiblock.title": "Multiblock Pattern",
"gtceu.multiblock.turbine.efficiency": "Turbine Efficiency: %s%%",
"gtceu.multiblock.turbine.efficiency_tooltip": "Each Rotor Holder above %s§7 adds §f10%% efficiency§7.",
"gtceu.multiblock.turbine.efficiency_tooltip": "Each Rotor Holder above %s§7 adds §f10%% efficiency and multiplies EU/t by 2§7.",
"gtceu.multiblock.turbine.energy_per_tick": "Energy Output: %s/%s EU/t",
"gtceu.multiblock.turbine.energy_per_tick_maxed": "Energy Output: %s EU/t",
"gtceu.multiblock.turbine.fuel_amount": "Fuel Amount: %sL (%s)",
Expand Down Expand Up @@ -5999,4 +5999,4 @@
"tile.gtceu.reinforced_foam.name": "Reinforced Foam",
"tile.gtceu.reinforced_stone.name": "Reinforced Stone",
"tile.gtceu.seal.name": "Sealed Block"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ protected static void init(RegistrateLangProvider provider) {
provider.add("gtceu.multiblock.turbine.energy_per_tick_maxed", "Energy Output: %s EU/t");
provider.add("gtceu.multiblock.turbine.obstructed", "Turbine Face Obstructed");
provider.add("gtceu.multiblock.turbine.efficiency_tooltip",
"Each Rotor Holder above %s§7 adds §f10%% efficiency§7.");
"Each Rotor Holder above %s§7 adds §f10%% efficiency and multiplies EU/t by 2§7.");
provider.add("gtceu.multiblock.turbine.fuel_needed", "Consumes %s per %s ticks");
provider.add("gtceu.multiblock.large_boiler.max_temperature",
"Max Temperature: %dK, Steam Production: %dmB/t");
Expand Down

0 comments on commit 3d3f91b

Please sign in to comment.