aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/preload/GTPreLoad.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/loaders/preload/GTPreLoad.java')
-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;