aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorJacob <55346310+Kathund@users.noreply.github.com>2025-06-26 22:17:00 +0800
committerGitHub <noreply@github.com>2025-06-26 16:17:00 +0200
commit081590e019fe9e2bfc633214ef623e21dce11fb3 (patch)
tree5c345c9a536569e015cad9e6d52686d338b645dd /src/main/kotlin
parent194b6f642d25fdb50dc8aa098cb9fdad3a0bc5d1 (diff)
downloadFirmament-081590e019fe9e2bfc633214ef623e21dce11fb3.tar.gz
Firmament-081590e019fe9e2bfc633214ef623e21dce11fb3.tar.bz2
Firmament-081590e019fe9e2bfc633214ef623e21dce11fb3.zip
Merge pull request #165
* fix: let hide potion effects hide top right * convert to own opiton
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/features/fixes/Fixes.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/features/fixes/Fixes.kt b/src/main/kotlin/features/fixes/Fixes.kt
index 30034db..6742745 100644
--- a/src/main/kotlin/features/fixes/Fixes.kt
+++ b/src/main/kotlin/features/fixes/Fixes.kt
@@ -23,6 +23,7 @@ object Fixes : FirmamentFeature {
val autoSprintHud by position("auto-sprint-hud", 80, 10) { Point(0.0, 1.0) }
val peekChat by keyBindingWithDefaultUnbound("peek-chat")
val hidePotionEffects by toggle("hide-mob-effects") { false }
+ val hidePotionEffectsHud by toggle("hide-potion-effects-hud") { false }
val noHurtCam by toggle("disable-hurt-cam") { false }
val hideSlotHighlights by toggle("hide-slot-highlights") { false }
val hideRecipeBook by toggle("hide-recipe-book") { false }