Tracks

A mod that automatically creates natural walking paths by transforming grass blocks into dirt paths as players repeatedly walk over them.

File Details

tracks-1.0.1-1.21.10.jar

  • R
  • May 28, 2026
  • 317.95 KB
  • 30
  • 1.21.10
  • Fabric

File Name

tracks-1.0.0.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:tracks-1294258:8159160"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.0.1
- Fix dirt-path blocks counting two steps when walking down onto them from a taller block
- Fix step counts being lost / mixed between Overworld, Nether and End (each dimension now has its own save file)
- Fix /tracks commands NPE'ing when run from console / command blocks / `/execute as`
- Fix config file falling back to defaults instead of crashing when it's empty or malformed
- Performance: stop reading and rewriting the save file every tick (now saves on world unload, server stop, and every 30s)
- Read/write config as UTF-8 explicitly
- Cleanup: removed dead example mixin and unused imports