From f3799c580bcb6b7c6d139796f2dc8b84c7b0e644 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 16 Apr 2023 00:41:34 +0200 Subject: Added Inventory Numbers - Show the number of the teleport pads inside the 'Change Destination' inventory as stack size --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') 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 @@ -725,6 +725,12 @@ public class Garden { @ConfigAccordionId(id = 19) 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) -- cgit