
MT Path Speed
This mod allows fine-tuning of player movement speed depending on the type of surface they're moving on. You can set individual speed modifiers for any blocks in the game.
Key Features
- Dynamic speed adjustment: Character speed automatically changes when transitioning from one block type to another
- Flexible JSON configuration: All parameters are configured through a simple JSON configuration file
- Hot configuration reload: Apply setting changes without server restart using the /reloadMovementConfig command
Mod Configuration
Configuration is stored in the SpeedPath.json file located in the config folder. In this file, you can define speed multipliers for various blocks.
Configuration process:
- Open the SpeedPath.json file in any text editor
- Add or modify entries by specifying the block identifier and desired speed multiplier
Configuration example:
{
"minecraft:dirt_path": 2.0,
"namespace:example_block_name": 1.0
}
- Save the file and execute the /reloadMovementConfig command in-game to apply changes