You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Feature Addition - Fast Fly Block Breaking
This feature allows players to break blocks at their regular speed while they are flying. It significantly enhances the gaming experience by removing the slowdown usually experienced when players attempt to break blocks in flight mode.
Documentation Update
The README document has been updated to include a brief explanation about the Fast Fly Block Breaking feature, providing users a better understanding of its functionality.
Configuration Option Added
A new configuration setting, utFastFlyBlockBreakingToggle has been introduced in UTConfigTweaks.java. This setting allows players to enable or disable the Fast Fly Block Breaking feature as per their preference.
Game Loading Plugin Update
The file UTLoadingPlugin.java has been updated to integrate the new feature within the loading procedures of the game. This ensures that the feature is loaded correctly in tandem with the other game modules.
Inclusion of New Mixin - UTDigSpeedEntityPlayerMixin
This mixin, implemented in UTDigSpeedEntityPlayerMixin.java, interacts with the EntityPlayer class. Its main functionality is to eliminate the penalty on block breaking speed during flight, thereby enabling normal block breaking speed for flying players.
Updated Mixin Configuration
A new mixin configuration file mixins.blocks.fastflyblockbreaking.json has been created to manage the application of the Fast Fly Block Breaking feature within the game. This centralizes the management of the new feature's integration.
Compatibility and Toggling Functionalities Updated
In UTObsoleteModsHandler.java, the newly included feature has been registered. This ensures that the feature is compatible with other game systems and can be easily toggled on or off.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows breaking blocks at normal speed while flying. Disabled by default.
This tweak deprecates FastFlyBlockBreaking.