Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 months ago
All versions
0.5.1-1.21.1-fabric
Beta
The Roads More Travelled [TRMT] 0.5.1-1.21.1-fabriclast month 3,107
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
v0.5.1
New Features
- Grass growth on de-erosion. Eroded grass blocks have a 5% chance to sprout short grass on the block above with each de-erosion step.
- Sneaking suppresses erosion. When sneaking erosion is not triggered.
Bug Fixes
- De-erosion carry-over. De-erosion cooldowns now carry forward any overshoot from the previous step preventing unloaded chunks cut-out.
- Eroded grass loot table. Eroded grass blocks now correctly drop a grass block with Silk Touch and dirt otherwise.
- Auto-revert under opaque blocks. Eroded blocks under opaque blocks now automatically revert to their vanilla counterpart
- Sugar cane on eroded surfaces. Sugar cane can now be placed on eroded grass, dirt, and coarse dirt when horizontally adjacent to water.
- Waterlogged eroded sand. Sunken eroded sand stages (1ā4) now implement Waterloggable and auto-fill with water when adjacent to a water source.
- Vanilal grass spread. Removed bogus mixin that suppressed vanilla grass spreading for any grass block with an erosion entry.
- No erosion when submerged. Grass and dirt blocks don't get eroded when player walks on them while submerged underwater.
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:U5dkMGOY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:74oZhrEe:U5dkMGOY"
}![The Roads More Travelled [TRMT]](https://cdn.modrinth.com/data/74oZhrEe/b3a487389372038bef9f7142893777abc25ccfab.png)

