Links
Tags
Creators
Details
1.2.0+mc26.2.x
Compatibility
Required content
Changes
🛠Update 1.2.0 - Auto Replant & Minecraft 26.2
This update brings TreeChopMod to Minecraft 26.2 with new auto-replant mechanics, smarter tree handling, and a streamlined config.
Compatibility Changes
Minecraft 26.2 Support: Updated to the latest Minecraft version.
Dependency Update: Fabric Loader 0.19.3+, Fabric API 0.152.1+.
What's New
Auto Replant: Saplings are automatically planted after a tree is chopped. No more manual replanting.
Leaf Decay Integration: Chopped trees decay naturally - no cleanup required.
Simplified Settings.
Improvements
Tool Safety Renamed: Protect Tool is now Tool Safety.
Config Screen Redesigned: Cleaner layout with better spacing.
Performance Optimized: Chunked processing for large tree chopping.
Installation Note
Requires Minecraft 26.2, Fabric Loader 0.19.3+, and Fabric API 0.152.1+.
Support
Favorite this project on Modrinth to help others find it!
Star the source on Gitea!
Optional dependencies
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:WYceNBJS:lEuiny31"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WYceNBJS:lEuiny31"
}

