summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 00:51:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 00:51:30 +0200
commit65d8a310f7880d1acfe799dbc0c90cc9cef08610 (patch)
treedcd46d7470e9cf730a9300ade19bf04976274728 /src/main/java/at/hannibal2/skyhanni/config/features
parent495f8ede53fd8a65b3c28d32282b0264e349a10c (diff)
downloadskyhanni-65d8a310f7880d1acfe799dbc0c90cc9cef08610.tar.gz
skyhanni-65d8a310f7880d1acfe799dbc0c90cc9cef08610.tar.bz2
skyhanni-65d8a310f7880d1acfe799dbc0c90cc9cef08610.zip
Added Composter Inventory Numbers - Show the amount of Organic Matter, Fuel and Composts Available while inside the composter inventory.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java9
1 files changed, 9 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 d433d401e..336e83755 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -749,6 +749,15 @@ public class Garden {
public Position composterDisplayPos = new Position(-363, 13, false, true);
@Expose
+ @ConfigOption(
+ name = "Inventory Numbers",
+ desc = "Show the amount of Organic Matter, Fuel and Composts Available while inside the composter inventory."
+ )
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 17)
+ public boolean composterInventoryNumbers = true;
+
+ @Expose
@ConfigOption(name = "Plot Price", desc = "Show the price of the plot in coins when inside the Configure Plots inventory.")
@ConfigEditorBoolean
public boolean plotPrice = true;