Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 months ago
All versions
0.5-1.20+1.20.1
Beta
The Roads More Travelled [TRMT] 0.5-1.20+1.20.1last month 3,637
Compatibility
Minecraft: Java Edition
1.20ā1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Changelog
v0.5
Added Features
- Leashed mob erosion ā mobs on a leash now cause erosion too, the strength of which can be tweaked via the config file
- Brush recovery for eroded sand ā eroded sand blocks can be reverted to previous erosion stages using the brush (similar to bonemeal recovery)
- Tall grass ā short grass erosion ā tall grass turns into short grass when trampling before getting destroyed.
- Per-block de-erosion toggle ā de-erosion can be toggled for each block type via config.
- Vegetation whitelist in config ā vegetation erosion can be fine tuned via whitelist in config.
- Migration system on uninstall ā added new command (/trmt convert-to-vanilla) to ease world migration in case mod is uninstalled.
- Translation support ā all mod strings are now fully localizable via lang files.
Bug Fixes
- Fixed shovel mining speed on eroded blocks.
- Fixed block drops not working correctly for eroded blocks.
- Fixed saplings not being placeable on eroded grass and dirt.
- Fixed sugarcane being unable to grow/place on stage-0 eroded sand.
- Fixed a visual glitch on eroded sand when a block was placed directly on top. Now no blocks can be placed on top of eroded sand stages 1-4
- Fixed More Culling compat, no more transparency of eroded sand sides.
- Fixed eroded sand stages 1ā4 selection outline not matching visual geometry.
- Fixed erosion toggle settings in the config reverting to vanilla blocks (unintended behaviour).
- Fixed a missing translation key for tipped arrows.
Changes
- Updated config default values for better feel: mounted erosion multiplier raised (1.5 ā 2.0); sand erosion thresholds lowered (4/8 ā 1.5/3); de-erosion timeouts rebalanced across all block types (grass stages now uniform at 5.0 days; dirt erodedDirt 13 ā 8, erodedCoarseDirt 21 ā 13; sand stages 1/1/2/3/5 ā 3/5/8/13/13).
- Reorganized config fields order for clarity.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:74oZhrEe:mT5YYhce"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:74oZhrEe:mT5YYhce"
}![The Roads More Travelled [TRMT]](https://cdn.modrinth.com/data/74oZhrEe/b3a487389372038bef9f7142893777abc25ccfab.png)

