Trample Grass is a lightweight NeoForge mod that tracks grass blocks recently stepped on by entities. When another entity steps onto a watched grass block before the watch expires, the block has a configurable chance to become a dirt path.
Failed conversion rolls still refresh the watch duration, so repeated traffic over the same area can gradually wear paths into grass.
Config file:
config/trample_grass-common.toml
Options:
trampling.watchDurationTicks: how long a grass block stays watched after being stepped ontrampling.pathChancePercent: chance that a later qualifying step turns watched grass into a dirt pathdebug.debugLogging: enables detailed debug logging for watch and conversion decisionsGameplay logic runs server-side.