Links
Tags
Creators
Details
All versions
2.4.0+mod
Release
Changes & Fixeslast year 19.5K
Compatibility
Minecraft: Java Edition
1.21.4–1.21.8
Platforms
Fabric
NeoForge
Quilt
Supported environments
Server-side
Client and server
Changes
Changes:
- The limit of blocks for the falling tree has been increased to 800 (performance may decrease, I plan to rewrite the falling code in future versions);
- The tree will not start falling if the limit of blocks is reached (in case the tree is very large);
- Gravity increased by 2x (but still slower than the player);
- The placement of fallen tree blocks has been improved, now the chance of placement will be higher than the chance of dropping or "holes" appearing;
- Chat message that the datapack is loaded is disabled.
Bug fixes:
- Fixed a bug with the transition to the free fall of thick trees;
- Fixed bugs related to vertical falling.
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:Lex0Jv5I:OmGkFkFW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lex0Jv5I:OmGkFkFW"
}

