diff options
| author | Jacob <55346310+Kathund@users.noreply.github.com> | 2025-08-12 04:58:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 22:58:14 +0200 |
| commit | 3fe5ec7233fcfaa6884c7676fd720f3a3600cd58 (patch) | |
| tree | 28cc36f0ebcbf121f0f63c2bb746d1ace1358f0a /src/main/kotlin | |
| parent | 773a8bec96877d0210044b335a83ac12a460cad5 (diff) | |
| download | Firmament-3fe5ec7233fcfaa6884c7676fd720f3a3600cd58.tar.gz Firmament-3fe5ec7233fcfaa6884c7676fd720f3a3600cd58.tar.bz2 Firmament-3fe5ec7233fcfaa6884c7676fd720f3a3600cd58.zip | |
feat: remove offhand (#125)
Diffstat (limited to 'src/main/kotlin')
| -rw-r--r-- | src/main/kotlin/features/fixes/Fixes.kt | 1 |
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 d490cc4..0105624 100644 --- a/src/main/kotlin/features/fixes/Fixes.kt +++ b/src/main/kotlin/features/fixes/Fixes.kt @@ -29,6 +29,7 @@ object Fixes : FirmamentFeature { val noHurtCam by toggle("disable-hurt-cam") { false } val hideSlotHighlights by toggle("hide-slot-highlights") { false } val hideRecipeBook by toggle("hide-recipe-book") { false } + val hideOffHand by toggle("hide-off-hand") { false } } override val config: ManagedConfig |
