diff options
| author | DoKM <mcazzyman@gmail.com> | 2021-08-02 18:21:33 +0200 |
|---|---|---|
| committer | DoKM <mcazzyman@gmail.com> | 2021-08-02 18:21:33 +0200 |
| commit | b1de14337c4481eb922ecbe5a5c008b308fdfa68 (patch) | |
| tree | 64b02b41d80a14257ad76ef199b10bc51183c013 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | 7b45f7826968ca8c3c5fde108f0af4e56fb96033 (diff) | |
| download | notenoughupdates-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.java | 3 |
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; |
