Tags
Creators
Details
0.6.0-1.20+fabric
Compatibility
Required content
Changes
New Features
- Added custom cutting/mining speed setting to fine-tune tree falling mechanics.
- Restructured block and general rendering system for better performance and visual quality.
Improvements
- Improved tree entity handling and client-side particle system for better visualization.
- Enhanced leaves gathering algorithm for more accurate tree detection.
This should make tree detection more reliable and prevent unwanted blocks from being included.
- Restructured rendering components for smoother animations and better performance.
Bug Fixes
- Fixed "maxTreeDistance" setting not working properly
Now the setting correctly limits the distance for tree block detection.
- Fixed "Required tool" setting functionality
Previously trees wouldn't fall at all. Now they correctly fall only when cut with appropriate tools.
- Fixed wrong/inverted leaf color displaying in certain scenarios.
- Fixed satiety consumption calculation based on tree height instead of total block count.
Now hunger cost is calculated based on the total number of tree blocks, making manual tree cutting more resource-efficient compared to using tools (trades durability cost for hunger points).
- Fixed late loading of particles causing errors on Forge.
- Fixed Fabric server crash on startup related to particle systems.
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:UJMd74i4:DnMsIeOx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UJMd74i4:DnMsIeOx"
}

