diff options
author | Crystie <50521339+CrystieColon3@users.noreply.github.com> | 2024-12-01 04:07:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-01 01:07:47 +0000 |
commit | c116c46700c7f7b45b80d75d9ca25b15f3854967 (patch) | |
tree | 769f0cd09e4da4616757f266f26f548637bab7ef /src/main/java/tectech | |
parent | d415a2c816f27fbacaa6a2bcfc297f7dfd892a12 (diff) | |
download | GT5-Unofficial-c116c46700c7f7b45b80d75d9ca25b15f3854967.tar.gz GT5-Unofficial-c116c46700c7f7b45b80d75d9ca25b15f3854967.tar.bz2 GT5-Unofficial-c116c46700c7f7b45b80d75d9ca25b15f3854967.zip |
Waterline + Gorge tooltip formatting changes (#3582)
Co-authored-by: Maya <10861407+serenibyss@users.noreply.github.com>
Diffstat (limited to 'src/main/java/tectech')
-rw-r--r-- | src/main/java/tectech/thing/metaTileEntity/multi/godforge/MTEForgeOfGods.java | 14 |
1 files changed, 11 insertions, 3 deletions
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:") |