aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorObsidian <108832807+Obsidianninja11@users.noreply.github.com>2023-10-11 01:07:24 -0800
committerGitHub <noreply@github.com>2023-10-11 11:07:24 +0200
commit72e03947031b49135dc6a4cc97ef6b79c05def76 (patch)
treea188b993c052bc58d90420cd140331bd388a7929 /src/main/java/at/hannibal2/skyhanni/config/features
parentc896c6872d5ccb2b0d28eb666f944c4c63f107a7 (diff)
downloadskyhanni-72e03947031b49135dc6a4cc97ef6b79c05def76.tar.gz
skyhanni-72e03947031b49135dc6a4cc97ef6b79c05def76.tar.bz2
skyhanni-72e03947031b49135dc6a4cc97ef6b79c05def76.zip
Feature: Composter Getfromsacks (#475)
composter allows bz + sacks #475
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
index aed826e3c..2bb959f44 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
@@ -1119,6 +1119,12 @@ public class GardenConfig {
public int composterOverlayPriceType = 0;
@Expose
+ @ConfigOption(name = "Retrieve From", desc = "Change where to retrieve the materials from in the composter overlay: The Bazaar or Sacks.")
+ @ConfigEditorDropdown(values = {"Bazaar", "Sacks"})
+ @ConfigAccordionId(id = 17)
+ public int composterOverlayRetrieveFrom = 0;
+
+ @Expose
public Position composterOverlayOrganicMatterPos = new Position(140, 152, false, true);
@Expose