diff options
| author | Cobble8 <41165207+Cobble8@users.noreply.github.com> | 2022-04-27 14:56:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 20:56:23 +0200 |
| commit | 79bc28639e966415a97b1f21dd11617c6a4e0215 (patch) | |
| tree | b0bd24f4298a7b2e83f47cafe43cef441878443f /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | 68b565d762c549bf5c1fe6bb2b57b14c37618a1e (diff) | |
| download | notenoughupdates-79bc28639e966415a97b1f21dd11617c6a4e0215.tar.gz notenoughupdates-79bc28639e966415a97b1f21dd11617c6a4e0215.tar.bz2 notenoughupdates-79bc28639e966415a97b1f21dd11617c6a4e0215.zip | |
HEAVY PEARL TODO TIMER THING (#120)
* HEAVY PEARL TODO TIMER THING
yay hopefully this works idk don't wanna wait 21 hours to test it again but Im pretty confident it works
* fix bad change thing hopefully idk
maybe
* fix formatting + 2.1.md 🙂
* fix formatting
* fixed heavy pearls overriding gemstone powder
Co-authored-by: NopoTheGamer <noahogno@gmail.com>
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 | 2 |
1 files changed, 2 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 68449ba8..5c766254 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java @@ -510,6 +510,8 @@ public class NEUConfig extends Config { public long dailyGemstonePowderCompleted = 0L; @Expose public long dailyMithrilPowerCompleted = 0L; + @Expose + public long dailyHeavyPearlCompleted = 0L; } public HiddenLocationSpecific getLocationSpecific() { |
