diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-04-27 10:15:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-27 10:15:43 +0200 |
| commit | cde33a4c83a2f2d781ff8bb740b7166691c04600 (patch) | |
| tree | 936882c427187a469d63b4f5142549054314f432 /src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java | |
| parent | 18ea34b92d6106afda3b662256a2dc36dd4d8ec0 (diff) | |
| download | notenoughupdates-cde33a4c83a2f2d781ff8bb740b7166691c04600.tar.gz notenoughupdates-cde33a4c83a2f2d781ff8bb740b7166691c04600.tar.bz2 notenoughupdates-cde33a4c83a2f2d781ff8bb740b7166691c04600.zip | |
Add hotm upgrade TODOs/warning (#1090)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java | 9 |
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 2228aa64..4b44d195 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 @@ -947,4 +947,13 @@ public class Mining { ) @ConfigEditorBoolean public boolean mineshaftExitWaypoint = true; + + @Expose + @ConfigOption( + name = "Powder TODOs", + desc = "Click on a perk in your /hotm tree when you can't afford it to get a notification when you can." + ) + @ConfigEditorBoolean + public boolean powderTodo = true; + } |
