File Details
MT Path Speed 1.0.1_1.21-1.21.1
- R
- Dec 10, 2024
- 16.97 KB
- 214
- 1.21.1+1
- Fabric
File Name
pathspeed-1.0.1_1.21-1.21.1.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
Changelog
- Initial implementation of
MovementSpeedHandlerto adjust player movement speed based on block types. - Integration with
ServerTickEventsfor periodic updates.
Fixed
- Corrected the use of
EntityAttributeModifierconstructor:- Replaced
UUIDwithIdentifierfor speed modifier ID to align with the expected constructor parameters. - Updated
SPEED_MODIFIER_UUIDtoSPEED_MODIFIER_IDas anIdentifier.
- Replaced
- Resolved type mismatch in
.getModifiermethod by usingIdentifierinstead ofUUID.
Changed
- Refactored
adjustPlayerSpeedmethod:- Applied the correct constructor for
EntityAttributeModifier. - Added error handling for missing
EntityAttributeInstance.
- Applied the correct constructor for
- Updated
resetPlayerSpeedmethod to useIdentifierfor retrieving and removing speed modifiers.
Full Changelog: https://github.com/MEGATREX4/pathspeed/compare/1.21_1.0.0...1.0.1_1.21-1.21.1

