Tags
Creators
Details
Licensed MPL-2.0
Published last month
Updated 16 minutes ago
All versions
1.0.5
Release
Peterwolfs Realistic Tree Felling 1.0.5last month 15
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
1.0.5 - 2026-07-25
- Impact canopy debris is now a random mix of leaf blocks, sticks and matching branch logs (konary).
1.0.4 - 2026-07-25
- Leaves no longer form an elevated mound after landing: the canopy lies flat with the trunk.
- On impact, half of the leaves break into leaf-block items; the other half is placed and slowly disappears like canopy left without a trunk.
- When a tree falls into a chasm (no terrain at or below the cut stump height along the fall path), the whole tree shatters into block items at the last solid edge.
1.0.3 - 2026-07-21
- Prevent a felled tree from taking leaves from a neighboring tree when their crowns touch.
1.0.2 - 2026-07-21
- Render the exact captured trunk, branch and leaf-block layout during the fall, preserving the original tree's length and crown shape.
1.0.1 - 2026-07-21
- Capture the complete connected leaf canopy of a felled tree instead of only the leaves immediately beside its logs.
- Keep the falling tree's detected trunk and leaf species in the animation, with all log segments rotated as one tree.
1.0.0 - 2026-07-21
- Initial release of PeterWolf's Realistic Tree Felling for Minecraft 26.2 and Fabric.
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:GevfEXnx:b8UlCU1h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GevfEXnx:b8UlCU1h"
}

