aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-05-02 19:15:50 +0200
committerGitHub <noreply@github.com>2024-05-02 19:15:50 +0200
commita2193642bab3a35a7147fff6cc8d5c6924e1c6dd (patch)
tree17996716e51f47c33f496fe8bcbcff5aa367ea52 /src/main/java/io/github/moulberry/notenoughupdates/options
parent156de663b37184bc2dc67f4004947c7de1d3413e (diff)
downloadnotenoughupdates-a2193642bab3a35a7147fff6cc8d5c6924e1c6dd.tar.gz
notenoughupdates-a2193642bab3a35a7147fff6cc8d5c6924e1c6dd.tar.bz2
notenoughupdates-a2193642bab3a35a7147fff6cc8d5c6924e1c6dd.zip
Add Line to Metal Detector Solution (#1131)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java
index e065bf3a..4ccd2a06 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java
@@ -336,6 +336,15 @@ public class Mining {
@Expose
@ConfigOption(
+ name = "Line to Solution",
+ desc = "Draw a line to the solution block."
+ )
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 3)
+ public boolean metalDetectorLineToSolution = true;
+
+ @Expose
+ @ConfigOption(
name = "Show Possible Blocks",
desc = "Show waypoints on possible locations when NEU isn't sure about what block the treasure is."
)