From 48f4e9818c5d8a5445b02384f49bbe5c82f8d16e Mon Sep 17 00:00:00 2001 From: ThatGuyWhomAsked <127056392+ThatGuyWhomAsked@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:51:55 +0200 Subject: Update ChocolateFactoryConfig.java with better description for new people using (#1580) Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- .../skyhanni/config/features/event/ChocolateFactoryConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java index 3aef75189..99d4b5862 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java @@ -62,7 +62,7 @@ public class ChocolateFactoryConfig { public boolean showStackSizes = true; @Expose - @ConfigOption(name = "Highlight Upgrades", desc = "Highlight any upgrades that you can afford.") + @ConfigOption(name = "Highlight Upgrades", desc = "Highlight any upgrades that you can afford. The upgrade with a star is the most optimal and the lightest colour of green is the most optimal you can afford.") @ConfigEditorBoolean public boolean highlightUpgrades = true; -- cgit