summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-21 19:09:17 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-21 19:09:17 +0100
commit6965c72c60ed68ee2fea4b0249f1cec463c4ac8b (patch)
tree99385dcfedec0a99b64a8af1d60b4b9c6567a958 /src/main/java/at/hannibal2/skyhanni/config
parent31f65742ccca74a6afec114ee289f72b53b2682e (diff)
downloadskyhanni-6965c72c60ed68ee2fea4b0249f1cec463c4ac8b.tar.gz
skyhanni-6965c72c60ed68ee2fea4b0249f1cec463c4ac8b.tar.bz2
skyhanni-6965c72c60ed68ee2fea4b0249f1cec463c4ac8b.zip
Removed 100 Farming Fortune from "Show As Drop Multiplier" from all displays (also known as "base ff").
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/FarmingFortuneConfig.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/FarmingFortuneConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/FarmingFortuneConfig.java
index aadf97fee..ff5f6c62d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/FarmingFortuneConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/FarmingFortuneConfig.java
@@ -18,15 +18,6 @@ public class FarmingFortuneConfig {
@FeatureToggle
public boolean display = true;
- @Expose
- @ConfigOption(
- name = "Show As Drop Multiplier",
- desc = "Adds 100 to the displayed Farming Fortune so that it represents a drop multiplier rather than" +
- " the chance for bonus drops. "
- )
- @ConfigEditorBoolean
- public boolean dropMultiplier = true;
-
@ConfigOption(name = "Farming Fortune Guide", desc = "Opens a guide that breaks down your Farming Fortune.\n§eCommand: /ff")
@ConfigEditorButton(buttonText = "Open")
public Runnable open = Commands::openFortuneGuide;