aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-05-09 04:38:17 +1000
committerGitHub <noreply@github.com>2024-05-08 20:38:17 +0200
commit46bcdafb0f77f44a9d8592516a20acc0278f5bad (patch)
tree57061e1c037a07724ae9240aa33e9c431b93849d /src/main/java/io/github/moulberry/notenoughupdates/options
parent12f2a7450871c14a3c846427ba5af7893a24a1f3 (diff)
downloadnotenoughupdates-46bcdafb0f77f44a9d8592516a20acc0278f5bad.tar.gz
notenoughupdates-46bcdafb0f77f44a9d8592516a20acc0278f5bad.tar.bz2
notenoughupdates-46bcdafb0f77f44a9d8592516a20acc0278f5bad.zip
Add Hide hearts bouncing due to regen effect (#1154)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java
index f0e36d56..1f5c84ac 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java
@@ -363,4 +363,12 @@ public class Misc {
values = {"Off", "AM/PM [1PM]", "24hr [13:00]"}
)
public int showWhenCountdownEnds = 1;
+
+ @Expose
+ @ConfigOption(
+ name = "Stop Hearts Bouncing",
+ desc = "Stops the hearts bouncing with regeneration effect"
+ )
+ @ConfigEditorBoolean
+ public boolean hideRegenBounce = false;
}