Links
Tags
Creators
Details
1.1.1+mc26.1.x
Compatibility
Required content
Changes
🛠Update 1.1.1 - Hotfix Compatibility & Rewrite
This update ensures TreeChopMod is fully functional for the Minecraft 26.1.2 hotfix while carrying over all the improvements from the recent rewrite.
Compatibility Changes
- Minecraft 26.1.2 Support: Verified compatibility with the latest hotfix.
- Future-Proofing: Updated internal metadata to use a version range (
>=26.1.1 <26.2). This mod now supports 26.1.1, 26.1.2, and future minor patches. - Dependency Update: Updated required Fabric API to 0.145.4+26.1.2.
What's New
- Max Radius Setting: Control how far the mod searches for logs (0-128, default 48).
- Full Scan Mode: Ensures the whole tree is detected before chopping.
- Better Tree Support: Improved detection for Acacia and Dark Oak diagonal logs.
Improvements
- Base Break Only: Now works correctly - you must break the bottom-most log.
- Optimized Speed: Speed range adjusted for better performance (Max 20).
- Better Defaults: Radius (48), Logs (256), and Speed (15) optimized for large Jungle trees.
Installation Note
This is a Universal 26.1.x build. If you are still on Minecraft 26.1.1, this file will work perfectly for you.
Support
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:AC2lvEJJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WYceNBJS:AC2lvEJJ"
}


