diff options
| author | Vixid <52578495+Vixid1@users.noreply.github.com> | 2022-10-30 10:26:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-30 21:26:40 +1100 |
| commit | e4033c2dad92fedb7feb7cfdd205aa6290e4294b (patch) | |
| tree | c27fb17b9d6c12c6cd115e1d002285abf5c1fedb /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | |
| parent | 0ff09b9032d2f1a9c5a8cab3c876037702445af6 (diff) | |
| download | notenoughupdates-e4033c2dad92fedb7feb7cfdd205aa6290e4294b.tar.gz notenoughupdates-e4033c2dad92fedb7feb7cfdd205aa6290e4294b.tar.bz2 notenoughupdates-e4033c2dad92fedb7feb7cfdd205aa6290e4294b.zip | |
Recipe History and Fairy Soul distance meter. (#357)
Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
Co-authored-by: Walker Selby <git@walkerselby.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java index afeec514..78bb0f95 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java @@ -83,6 +83,15 @@ public class Misc { @Expose @ConfigOption( + name = "Show Waypoint Distance", + desc = "Show the distance to each fairy soul waypoint" + ) + @ConfigEditorBoolean + @ConfigAccordionId(id = 0) + public boolean fairySoulWaypointDistance = false; + + @Expose + @ConfigOption( name = "Mark All As Found", desc = "Mark all fairy souls in current location as found" ) |
