diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-04 00:34:24 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-04 00:34:24 +0100 |
commit | ca07bed0e0573b551063690d74e821a40abaaf1e (patch) | |
tree | 71094c4f47dcb6887dc4e695faa32619f9f6d745 /src/main/java | |
parent | e2c7360e9a87e07a0b8dbf0d2180e4961908582b (diff) | |
download | skyhanni-ca07bed0e0573b551063690d74e821a40abaaf1e.tar.gz skyhanni-ca07bed0e0573b551063690d74e821a40abaaf1e.tar.bz2 skyhanni-ca07bed0e0573b551063690d74e821a40abaaf1e.zip |
added todos
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 0c8b824d2..6ce8cc26e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -163,6 +163,7 @@ public class Garden { @ConfigAccordionId(id = 6) @ConfigEditorAccordion(id = 7) public boolean cropMilestoneNext = false; + // TODO moulconfig runnable suppoort @Expose @ConfigOption( @@ -172,12 +173,14 @@ public class Garden { @ConfigAccordionId(id = 7) public boolean cropMilestoneBestDisplay = true; + // TODO moulconfig runnable suppoort @Expose @ConfigOption(name = "Sort Type", desc = "Sort the crops by either garden exp or by skyblock exp.") @ConfigEditorDropdown(values = {"Garden Exp", "SkyBlock Exp"}) @ConfigAccordionId(id = 7) public int cropMilestoneBestType = 0; + // TODO moulconfig runnable suppoort @Expose @ConfigOption(name = "Only show top", desc = "Only show the top # crops.") @ConfigEditorSlider( @@ -188,6 +191,7 @@ public class Garden { @ConfigAccordionId(id = 7) public int cropMilestoneShowOnlyBest = 10; + // TODO moulconfig runnable suppoort @Expose @ConfigOption( name = "Always On", @@ -207,6 +211,7 @@ public class Garden { @ConfigEditorBoolean public boolean plotPrice = true; + // TODO moulconfig runnable suppoort @Expose @ConfigOption(name = "Custom Keybind", desc = "") @ConfigEditorAccordion(id = 8) |