diff options
author | Alexdoru <57050655+Alexdoru@users.noreply.github.com> | 2024-10-14 14:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 12:46:59 +0000 |
commit | e6c8d35894d561e6aea1cfb7450f00a70c9e01d8 (patch) | |
tree | 700dec83ddcd7f7b9b8f0b90cad30cc2cb33b38f /src/main/resources/assets/gregtech | |
parent | d3a4a52483aa8b069925dc55fd680f965b59f133 (diff) | |
download | GT5-Unofficial-e6c8d35894d561e6aea1cfb7450f00a70c9e01d8.tar.gz GT5-Unofficial-e6c8d35894d561e6aea1cfb7450f00a70c9e01d8.tar.bz2 GT5-Unofficial-e6c8d35894d561e6aea1cfb7450f00a70c9e01d8.zip |
Multi ToolTip unification (#3343)
Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
Co-authored-by: GDCloud <gdcloudstrike@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 54d38fed7e..d76bdfdefc 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -16,7 +16,7 @@ GT5U.autoplace.error.no_mte.id=§cSuggested to place machine with meta ID §4%s GT5U.autoplace.error.no_mte.class_name=§cSuggested to place machine with class name §4%d§c but none was found # Multiblock Tooltip Builder Keywords -# Context can be found in the class gregtech.api.util.GT_Multiblock_Tooltip_Builder +# Context can be found in the class gregtech.api.util.MultiblockTooltipBuilder GT5U.MBTT.MachineType=Machine Type GT5U.MBTT.Dimensions=Dimensions GT5U.MBTT.Hollow=(Hollow) @@ -39,6 +39,9 @@ GT5U.MBTT.Display=to display structure guidelines GT5U.MBTT.StructureHint=Some blocks have multiple candidates or can use any tier GT5U.MBTT.Mod=Added by GT5U.MBTT.Air=Mandatory Air +GT5U.MBTT.Structure.Complex=Structure is too complex! +GT5U.MBTT.Structure.SeeStructure1=To see the structure, use a +GT5U.MBTT.Structure.SeeStructure2=Hologram Projector on the Controller! GT5U.MBTT.subchannel=Uses sub channel §6%s§r§7 for §6%s |