Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 years ago
Updated 2 months ago
All versions
1.21.1-1.21.1.8
Release
1.21.1-1.21.1.8last year 209.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Client and server
Changes
What's Changed
🚀 Features
- Break mangrove roots in shift down mode if setting is enabled by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/880
- Quiet down log as it fires way too much on logs with no leaves (flat on the ground) by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/882
- Add minimum size configuration by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/883
- Display a message in chat when VeinMiner is present, suggesting a command to avoid incompatibilities by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/885
- Improve performances when detecting trees by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/888
- Do not require world reload in singleplayer when modifying the following configurations through GUI: , and by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/890
🐛 Fixes
- Fix wrong value displayed in when using cloth config (#858) by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/884
- Fix logic to cancel breaking event by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/886
- Fix checking if block can be broken by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/887
- Allow breaking blocks when no trees are detected by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/889
- [Fabric] Fix world unjoinable without restarting minecraft if exiting while leaves are pending to be broken by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/891
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/1.21.1.7...1.21.1.8
Optional dependencies
Any compatible version
Any compatible version
Any compatible 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:Fb4jn8m6:pLoQCXwM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fb4jn8m6:pLoQCXwM"
}

