From ee7cd18b8c40d3fbb2825ff5c7178c22307d2698 Mon Sep 17 00:00:00 2001 From: NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:34:35 -0400 Subject: Add more details to "Profile" and add "Stacking" to Rich Presence (#234) --- .../java/at/hannibal2/skyhanni/config/features/Misc.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index a5f37352d..ef99c5d90 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -1,10 +1,10 @@ package at.hannibal2.skyhanni.config.features; -import at.hannibal2.skyhanni.config.core.config.Position; -import com.google.gson.annotations.Expose; +import at.hannibal2.skyhanni.config.core.config.*; +import com.google.gson.annotations.*; import io.github.moulberry.moulconfig.annotations.*; -import io.github.moulberry.moulconfig.observer.Property; -import org.lwjgl.input.Keyboard; +import io.github.moulberry.moulconfig.observer.*; +import org.lwjgl.input.*; import java.util.ArrayList; import java.util.List; @@ -269,7 +269,7 @@ public class Misc { "Stats", "Held Item", "Skyblock Date", - "Profile (Fruit)", + "Profile", "Slayer", "Custom", "Dynamic", @@ -288,7 +288,7 @@ public class Misc { "Stats", "Held Item", "Skyblock Date", - "Profile (Fruit)", + "Profile", "Slayer", "Custom", "Dynamic", @@ -303,7 +303,7 @@ public class Misc { public Property customText = Property.of(""); @Expose - @ConfigOption(name = "Dynamic", desc = "\"Dynamic\" above shows your Crop Milestone or Slayer progress while doing those, but this if you're doing neither.") + @ConfigOption(name = "Dynamic", desc = "\"Dynamic\" above shows your Crop Milestone, Slayer progress, or Stacking enchantment when possible, but this if you're doing none of them.") @ConfigEditorDropdown(values = { "Nothing", "Location", @@ -312,7 +312,7 @@ public class Misc { "Stats", "Held Item", "Skyblock Date", - "Profile (Fruit)", + "Profile", "Slayer", "Custom", "Crop Milestone", -- cgit