aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-06-19 05:34:35 -0400
committerGitHub <noreply@github.com>2023-06-19 11:34:35 +0200
commitee7cd18b8c40d3fbb2825ff5c7178c22307d2698 (patch)
tree48179a8c611df58258b763910548b5a65548e119 /src/main/java/at/hannibal2/skyhanni/config/features
parentb8e2d8cfc6ed0c5a3dfa0f36f1eb9c8b6ed028f8 (diff)
downloadskyhanni-ee7cd18b8c40d3fbb2825ff5c7178c22307d2698.tar.gz
skyhanni-ee7cd18b8c40d3fbb2825ff5c7178c22307d2698.tar.bz2
skyhanni-ee7cd18b8c40d3fbb2825ff5c7178c22307d2698.zip
Add more details to "Profile" and add "Stacking" to Rich Presence (#234)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java16
1 files changed, 8 insertions, 8 deletions
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<String> 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",