Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 years ago
Updated last week
All versions
1.21.2-1.21.2.8
Release
1.21.2-1.21.2.8last year 177
Compatibility
Minecraft: Java Edition
1.21.2
Platforms
Fabric
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
- Quiet down log as it fires way too much on logs with no leaves (flat on the ground) by @Rakambda
- Add minimum size configuration by @Rakambda
- Display a message in chat when VeinMiner is present, suggesting a command to avoid incompatibilities by @Rakambda
- Improve performances when detecting trees by @Rakambda
- Do not require world reload in singleplayer when modifying the following configurations through GUI: , and by @Rakambda
🐛 Fixes
- Fix wrong value displayed in when using cloth config (#858) by @Rakambda
- Fix logic to cancel breaking event by @Rakambda
- Fix checking if block can be broken by @Rakambda
- Allow breaking blocks when no trees are detected by @Rakambda
- [Fabric] Fix world unjoinable without restarting minecraft if exiting while leaves are pending to be broken by @Rakambda
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/1.21.2.7...1.21.2.8
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:Fb4jn8m6:qKwkuIDP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fb4jn8m6:qKwkuIDP"
}



