Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
0.5.0-1.20+fabric
Beta
efallingtrees-0.5.0-1.20+fabric2 years ago 2,773
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
New Features
- Added a setting for the tree block count limit. Now you can set a limit on the number of blocks in the X or Z axis if a tree is too big.
This may be helpful if a tree is accidentally connected to a large building made of logs. (This doesn't save the whole building, but most of it.)
Improvements
- Enhanced the method for defining leaf color. Leaf particles now have the correct color.
- Improved the bounce animation. The bounce height now depends on the length (angle) of the falling tree.
- Improved tree and leaf detection algorithms.
Bug Fixes
- Fixed new tree sounds that were incorrectly assembled.
- Fixed a client crash issue that occurred when a tree fell on water-logged blocks (leaves, mangrove roots, etc.).
- Fixed a bug where item drop and leaf particles appeared in the wrong location if the tree was moved.
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:HlyFFNYA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UJMd74i4:HlyFFNYA"
}

