-
Notifications
You must be signed in to change notification settings - Fork 59
Release 2.2.0 #747
Release 2.2.0 #747
Conversation
Add RavenNew mode to TargetHUD Add blur, lowercase to button option of ClientTheme Add notWhileMoving to Vulcan mode of Tower Fix hover option of Scaffold Fix Hypixel mode of Velocity
Make Mod safer (less crash) Add 'Safe packet processor' to ExploitFixer
Improve RavenNew mode of TargetHUD
Fix S12PacketEntityVelocityAccessor.java
Caution Review failedThe pull request is closed. WalkthroughWalkthroughThe changes encompass a range of modifications across various classes in the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Game
participant SprintEvent
User->>Game: Initiates Sprint
Game->>SprintEvent: Create SprintEvent Instance
SprintEvent->>Game: Check Sprinting Conditions
SprintEvent-->>User: Allow Sprinting
sequenceDiagram
participant Player
participant NoFall
participant HypixelNoGroundNoFall
Player->>NoFall: Trigger Fall
NoFall->>HypixelNoGroundNoFall: Check Fall Distance
HypixelNoGroundNoFall->>Player: Prevent Fall Damage
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add Documentation and Community
|
Summary by CodeRabbit
New Features
SprintEvent
class to enhance sprinting logic.KillAura
andHypixelNoGroundNoFall
classes to provide greater customization for combat behavior.GrimBoatLongJump
andGrimVelocityLongJump
classes for improved long jump functionality.Bug Fixes
Improvements
Refactor