From e6c8d35894d561e6aea1cfb7450f00a70c9e01d8 Mon Sep 17 00:00:00 2001 From: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:46:59 +0200 Subject: Multi ToolTip unification (#3343) Co-authored-by: chochem <40274384+chochem@users.noreply.github.com> Co-authored-by: GDCloud Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz --- src/main/resources/assets/gregtech/lang/en_US.lang | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets/gregtech/lang') 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 -- cgit