feat: hide recipe book (#124)

This commit is contained in:
Jacob
2025-06-20 22:20:32 +08:00
committed by GitHub
parent 286691c54c
commit 9189dbbacf
3 changed files with 19 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ object Fixes : FirmamentFeature {
val hidePotionEffects by toggle("hide-mob-effects") { 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 }
}
override val config: ManagedConfig