feat: Add option disable slot highlights in /sbmenu

This commit is contained in:
Linnea Gräf
2025-05-21 16:48:24 +02:00
parent 091f581bd2
commit 2ae915844a
3 changed files with 28 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ object Fixes : FirmamentFeature {
val peekChat by keyBindingWithDefaultUnbound("peek-chat")
val hidePotionEffects by toggle("hide-mob-effects") { false }
val noHurtCam by toggle("disable-hurt-cam") { false }
val hideSlotHighlights by toggle("hide-slot-highlights") { false }
}
override val config: ManagedConfig