-
Notifications
You must be signed in to change notification settings - Fork 57
Release 2.14.1 #874
Release 2.14.1 #874
Conversation
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request introduces a comprehensive modification to the client spoofing mechanism in the Keystroke Mod. The changes include creating a new Changes
Sequence DiagramsequenceDiagram
participant Client
participant FMLCommonHandler
participant ClientBrandEvent
participant ClientSpoofer
Client->>FMLCommonHandler: getModName()
FMLCommonHandler->>ClientBrandEvent: Create event
ClientBrandEvent-->>ClientSpoofer: onClientBrand() triggered
ClientSpoofer->>ClientBrandEvent: Modify brand
FMLCommonHandler-->>Client: Return modified brand name
Possibly related PRs
Suggested Labels
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (7)
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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit
New Features
clientspoofer
for setting a custom brand.ClientBrandEvent
to manage brand information.Improvements
Watermark
class for better rendering based on user settings.ClientSpoofer
class to support new modes for brand spoofing.Bug Fixes
MixinClientSpoofer
and replaced it withMixinFMLCommonHandler
to improve functionality.Version Updates
2.14
to2.14.1
.