PathSpeed

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

File Details

pathspeed-forge-1.19.2-1.2.1.jar

  • R
  • Jun 18, 2026
  • 19.53 KB
  • 16
  • 1.19.2
  • Forge

File Name

pathspeed-forge-1.19.2-1.2.1-1.19.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:pathspeed-1483017:8271817")
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.