All versions
1.1.1
Release
Rooted Trees 1.1.12 weeks ago 60
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Rooted Trees 1.1.1 — Minecraft 1.20.1
The Rooted Vegetation Update is now available for Minecraft 1.20.1.
Added
- Added compact root patches beneath Bamboo.
- Added roots beneath Peonies, Rose Bushes, Lilacs, Sunflowers, and mature Pitcher Plants.
- Added support for naturally generated and player-grown Bamboo.
- Added support for naturally generated and manually placed tall plants.
- Added optional compatibility with Muddy World.
Improved
- Bamboo creates compact surface root patches containing only 1–3 rooted blocks.
- Bamboo roots preserve the original surface type:
- Grass Block becomes Rooted Grass Block.
- Podzol becomes Rooted Podzol.
- Muddy Grass becomes Rooted Muddy Grass.
- Muddy Podzol becomes Rooted Muddy Podzol.
- Repeated Bamboo growth no longer expands or replaces existing root patches.
- Improved handling of already rooted terrain.
- Improved Minecraft 1.20.1 and dedicated-server compatibility.
Fixed
- Fixed Rooted Grass Block rendering incorrectly in the world.
- Fixed Bamboo replacing rooted muddy surface blocks with Rooted Muddy Dirt.
- Fixed repeated Bamboo growth changing the supporting terrain.
- Fixed rooted muddy surface blocks incorrectly treating Bamboo as a solid covering block.
- Fixed several mixin, resource, and compatibility issues.
Compatibility
- Minecraft 1.20.1
- Fabric
- Java 17
- Fabric API required
- Muddy World support is optional
Optional dependencies
Unavailable version
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:ZaE5PJWo:PoYFE5UN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZaE5PJWo:PoYFE5UN"
}

