diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-16 00:41:34 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-16 00:41:34 +0200 |
commit | f3799c580bcb6b7c6d139796f2dc8b84c7b0e644 (patch) | |
tree | 28152226437df4fc4ed50b7649712e795529d3dd /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 478a41184ea08a490f5d6834ea8019dc10f769b1 (diff) | |
download | skyhanni-f3799c580bcb6b7c6d139796f2dc8b84c7b0e644.tar.gz skyhanni-f3799c580bcb6b7c6d139796f2dc8b84c7b0e644.tar.bz2 skyhanni-f3799c580bcb6b7c6d139796f2dc8b84c7b0e644.zip |
Added Inventory Numbers - Show the number of the teleport pads inside the 'Change Destination' inventory as stack size
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 6 |
1 files changed, 6 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 0341b341a..79657ae5b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -726,6 +726,12 @@ public class Garden { public boolean teleportPadsCompactName = false; @Expose + @ConfigOption(name = "Inventory Numbers", desc = "Show the number of the teleport pads inside the 'Change Destination' inventory as stack size.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 19) + public boolean teleportPadsInventoryNumbers = false; + + @Expose @ConfigOption(name = "Anita Medal Profit", desc = "") @ConfigEditorAccordion(id = 16) public boolean anitaMedalProfit = false; |