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: Fast Ladder Climbing
A new feature called "Fast Ladder Climbing" has been integrated into our software. This allows users to customize how quickly they can climb ladders in the application.
Documentation Update
The documentation (README.md) has been updated to provide instructions on how to utilize the new "Fast Ladder Climbing" feature.
Configuration Options
We've made this feature customizable in the UTConfigTweaks.java file, where users can adjust settings related to the feature, including its overall enablement and the speed of ascending or descending.
Feature Registration
The "Fast Ladder Climbing" feature has been properly integrated into the software's initial boot process, making it ready for immediate use upon startup.
Climbing Logic Class
A dedicated class, UTFastLadderClimbing.java, has been created to handle the specific mechanics of how the climbing feature operates based on user-configured speeds.
Obsolete Mods Updates
The handler for outdated modules has been enhanced to support the new "Fast Ladder Climbing" feature.
Language Support
We've updated our language support files (e.g., en_us.lang) to include translations for the "Fast Ladder Climbing" feature, improving accessibility for a wider range of users.
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 customization of ascent and descent speeds when climbing ladders (and looking in the appropriate direction). Disabled by default.
This tweak deprecates Faster Ladder Climbing.
Closes #606