diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-24 20:42:02 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-24 20:42:02 +0200 |
commit | d6df4f69afbe547a8e9373b0be4baa69d9e02a54 (patch) | |
tree | bd32a3c8cdbd535498c53c76f9959165ec75e687 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 4dec09c6d96567f69ca92199bc263a8fbd9cd166 (diff) | |
download | skyhanni-d6df4f69afbe547a8e9373b0be4baa69d9e02a54.tar.gz skyhanni-d6df4f69afbe547a8e9373b0be4baa69d9e02a54.tar.bz2 skyhanni-d6df4f69afbe547a8e9373b0be4baa69d9e02a54.zip |
Added Pet Candies Used number
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 5 |
1 files changed, 5 insertions, 0 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 69cc53b4a..f5ad1513c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -412,6 +412,11 @@ public class Misc { public Position playerMovementSpeedPos = new Position(394, 124, false, true); @Expose + @ConfigOption(name = "Pet Candy Used", desc = "Show numbers of pet candies used on a pet.") + @ConfigEditorBoolean + public boolean petCandyUsed = true; + + @Expose @ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.") @ConfigEditorBoolean public boolean configButtonOnPause = true; |