Skip to content

Commit

Permalink
Work more on README
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasebtw committed Dec 13, 2024
1 parent 4c904fe commit 10ef8eb
Showing 1 changed file with 75 additions and 1 deletion.
76 changes: 75 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,119 @@ Currently, there are no releases. If you want to use a development build, you ca
# Available Config Categories
## 💨 Sneaking
- [X] removeSmoothSneaking
- TODO
- Type: BOOLEAN
- [X] oldSneakAnimationInterpolation
- TODO
- Type: BOOLEAN
- [X] oldSneakEyeHeight
- TODO
- Type: BOOLEAN
- [X] fixSneakingFeetPosition
- TODO
- Type: BOOLEAN
- [X] oldSneakingFeetPosition
- TODO
- Type: BOOLEAN
- [X] syncPlayerModelWithEyeHeight
- TODO
- Type: BOOLEAN
- [X] sneakAnimationWhileFlying
- TODO
- Type: BOOLEAN

## 🪶 Quality of Life
- [X] minimalViewBobbing
- TODO
- Type: BOOLEAN
- [X] showNametagInThirdperson
- TODO
- Type: BOOLEAN
- [X] hideNameTagBackground
- TODO
- Type: BOOLEAN
- [X] applyTextShadowToNametag
- TODO
- Type: BOOLEAN
- [X] fixMirrorArmSwing
- TODO
- Type: BOOLEAN
- [X] persistentBlockOutline
- TODO
- Type: BOOLEAN
- [ ] forceItemGlintOnEntity
- TODO
- Type: BOOLEAN

## 🏃 Movement
- [X] rotateBackwardsWalking
- TODO
- Type: BOOLEAN
- [X] uncapBlockingHeadRotation
- TODO
- Type: BOOLEAN
- [X] removeHeadRotationInterpolation
- TODO
- Type: BOOLEAN
- [X] fixVerticalBobbingTilt
- TODO
- Type: BOOLEAN
- [X] oldDeathLimbs
- TODO
- Type: BOOLEAN
- [X] fixBowArmMovement
- TODO
- Type: BOOLEAN
- [ ] oldCapeMovement
- TODO
- Type: BOOLEAN

## 🛠️ Old Settings
- [X] tiltItemPositions
- TODO
- Type: BOOLEAN
- [X] lockBlockingArmRotation
- TODO
- Type: BOOLEAN
- [X] applyItemSwingUsage
- TODO
- Type: BOOLEAN
- [X] removeEquipAnimationOnItemUse
- TODO
- Type: BOOLEAN
- [X] showCrosshairInThirdperson
- TODO
- Type: BOOLEAN
- [X] removeHeartFlash
- TODO
- Type: BOOLEAN
- [X] fixTextStrikethroughStyle
- TODO
- Type: BOOLEAN
- [X] centerScrollableListWidgets
- TODO
- Type: BOOLEAN
- [X] oldBlueVoidSky
- TODO
- Type: BOOLEAN
- [X] oldSkyHorizonHeight
- TODO
- Type: BOOLEAN
- [X] oldCloudHeight
- TODO
- Type: BOOLEAN
- [X] oldButtonTextColors
- TODO
- Type: BOOLEAN
- [X] removeDebugHudBackground
- TODO
- Type: BOOLEAN
- [X] debugHudTextShadow
- TODO
- Type: BOOLEAN
- [X] oldChatPosition
- [X] cameraVersion
- TODO
- Type: BOOLEAN
- [X] cameraVersion
- TODO
- Type: ENUM (v1_8, v1_9_v1_13_2, v1_14_v1_14_3, LATEST)

0 comments on commit 10ef8eb

Please sign in to comment.