aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
diff options
context:
space:
mode:
authorDoKM <mcazzyman@gmail.com>2021-08-02 18:21:33 +0200
committerDoKM <mcazzyman@gmail.com>2021-08-02 18:21:33 +0200
commitb1de14337c4481eb922ecbe5a5c008b308fdfa68 (patch)
tree64b02b41d80a14257ad76ef199b10bc51183c013 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
parent7b45f7826968ca8c3c5fde108f0af4e56fb96033 (diff)
downloadnotenoughupdates-b1de14337c4481eb922ecbe5a5c008b308fdfa68.tar.gz
notenoughupdates-b1de14337c4481eb922ecbe5a5c008b308fdfa68.tar.bz2
notenoughupdates-b1de14337c4481eb922ecbe5a5c008b308fdfa68.zip
Add explanation to search highlight feature
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
index 48b7ff46..0266772c 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
@@ -286,6 +286,9 @@ public class NEUConfig extends Config {
"Looting:\u003e:3:5:0");
@Expose public String repoURL = "https://github.com/Moulberry/NotEnoughUpdates-REPO/archive/master.zip";
@Expose public String repoCommitsURL = "https://api.github.com/repos/Moulberry/NotEnoughUpdates-REPO/commits/master";
+
+ @Expose public boolean firstTimeSearchFocus = true;
+
//These config options were added due to a graphical bug that caused the player to be unable to see the screen
@Expose public boolean disableBrokenCapes = false;
@Expose public boolean disableAllCapes = false;