PathSpeed

Walk faster on paths! A server-side mod that increases player movement speed on dirt path blocks. Fully configurable.

File Details

pathspeed-fabric-26.1-1.2.1.jar

  • R
  • Jun 18, 2026
  • 23.90 KB
  • 11
  • 26.1
  • Fabric

File Name

pathspeed-fabric-26.1-1.2.1-26.1.jar

Supported Versions

  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:pathspeed-1483017:8271813"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.2.1 - configuration fixes & per-world support

  • Fixed: config edits could be ignored / the mod fell back to defaults. The config is now read from the correct loader config folder and re-read on every world/server start (no full client restart to apply changes).
  • New: per-world overrides - drop a pathspeed-server.properties into <world>/serverconfig/ to tune a single world; unset keys fall back to the global config.
  • Unknown/mistyped config keys now log a warning, and the loaded config path is printed on startup.
  • Hardened against transient file errors and invalid values. No config migration needed.