From c116c46700c7f7b45b80d75d9ca25b15f3854967 Mon Sep 17 00:00:00 2001 From: Crystie <50521339+CrystieColon3@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:07:47 +0300 Subject: Waterline + Gorge tooltip formatting changes (#3582) Co-authored-by: Maya <10861407+serenibyss@users.noreply.github.com> --- .../metaTileEntity/multi/godforge/MTEForgeOfGods.java | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/main/java/tectech/thing/metaTileEntity/multi/godforge') diff --git a/src/main/java/tectech/thing/metaTileEntity/multi/godforge/MTEForgeOfGods.java b/src/main/java/tectech/thing/metaTileEntity/multi/godforge/MTEForgeOfGods.java index a5f833d830..e6e5dd379f 100644 --- a/src/main/java/tectech/thing/metaTileEntity/multi/godforge/MTEForgeOfGods.java +++ b/src/main/java/tectech/thing/metaTileEntity/multi/godforge/MTEForgeOfGods.java @@ -2692,20 +2692,28 @@ public class MTEForgeOfGods extends TTMultiblockBase implements IConstructable, + "which influences all of its functions,") .addInfo( "such as " + EnumChatFormatting.GOLD - + "unlocking new module types, increasing heat levels " + + "unlocking new module types" + + EnumChatFormatting.GRAY + + ", " + + EnumChatFormatting.GOLD + + "increasing heat levels " + EnumChatFormatting.GRAY + "and " + EnumChatFormatting.GOLD + "granting") .addInfo( - EnumChatFormatting.GOLD + "various processing speed bonuses. " + EnumChatFormatting.GOLD + "various processing speed bonuses" + + EnumChatFormatting.GRAY + + ". " + EnumChatFormatting.GRAY + "These upgrades can be unlocked by reaching") .addInfo("certain milestones and/or spending materials.") .addSeparator(EnumChatFormatting.AQUA, 73) .addInfo( EnumChatFormatting.GREEN - + "Clicking on the logo in the controller gui opens an extensive information window,") + + "Clicking on the logo in the controller gui opens an extensive information window" + + EnumChatFormatting.GRAY + + ",") .addInfo("explaining everything there is to know about this multiblock.") .beginStructureBlock(127, 29, 186, false) .addStructureInfo("Total blocks needed for the structure with " + getRingText("1", "2", "3") + "rings:") -- cgit