aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2024-10-17 12:44:06 +0200
committerGitHub <noreply@github.com>2024-10-17 10:44:06 +0000
commit994490cac9fd9ff71fcea7f2b9e97e420e04ac26 (patch)
tree09c8925731f54274d407dfff95bf389e4a4b12a9 /src/main/java/gregtech/loaders
parent7ad32098ac5d941f32fff792fc9a11af1097b310 (diff)
downloadGT5-Unofficial-994490cac9fd9ff71fcea7f2b9e97e420e04ac26.tar.gz
GT5-Unofficial-994490cac9fd9ff71fcea7f2b9e97e420e04ac26.tar.bz2
GT5-Unofficial-994490cac9fd9ff71fcea7f2b9e97e420e04ac26.zip
Bind all tooltip separators to the config (#3376)
Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r--src/main/java/gregtech/loaders/preload/GTPreLoad.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GTPreLoad.java b/src/main/java/gregtech/loaders/preload/GTPreLoad.java
index 12c3294153..7fcea477c5 100644
--- a/src/main/java/gregtech/loaders/preload/GTPreLoad.java
+++ b/src/main/java/gregtech/loaders/preload/GTPreLoad.java
@@ -588,6 +588,7 @@ public class GTPreLoad {
GTMod.gregtechproxy.mTooltipShiftVerbosity = Client.iface.tooltipShiftVerbosity;
GTMod.gregtechproxy.mTitleTabStyle = Client.iface.titleTabStyle;
GTMod.gregtechproxy.separatorStyle = Client.iface.separatorStyle;
+ GTMod.gregtechproxy.tooltipFinisherStyle = Client.iface.tooltipFinisherStyle;
GTMod.gregtechproxy.mNEIRecipeSecondMode = Client.nei.NEIRecipeSecondMode;
GTMod.gregtechproxy.mNEIRecipeOwner = Client.nei.NEIRecipeOwner;