All versions
1.0.0-26.2-pre-2
Release
Instant Leaf Decay 1.0.0-26.2-pre-22 months ago 55
Compatibility
Minecraft: Java Edition
26.2-pre-2
Platform
Fabric
Supported environments
Required content
Any compatible version
Changes
β‘ Instant Leaf Decay - Release
This version addresses critical performance updates and expands client/server support:
- π‘οΈ Multi-Version Range Expansion: Support is now fully extended to all Minecraft
1.21.xsubversions from1.21up to1.21.11seamlessly. - π‘οΈ TNT Explosion Crash Fixed: Traditional instant leaf decay mods recursively trace and break leaves instantly in a single tick. When tree farms are exploded with TNT, this triggers thousands of recursive block updates, causing severe CPU spikes or
StackOverflowError. This version features a queue-based scheduled decay manager that limits decays to250leaf blocks per tick per world. This completely prevents stack overflow crashes and server watchdog freezes under high-load deforestation while decaying large forests rapidly and smoothly. - π Singleplayer Load Crash Fixed: Resolved thread-safety and chunk-loading mixin conflicts in subclass methods. The mod now hooks safely into standard leaves tick executors, working perfectly for both server-side multiplayer and local singleplayer worlds.
- π¨ Silent & Instant Decay: Leaf blocks now disappear instantly and silently without spawning block break sound or particles, while still dropping saplings, sticks, and apples naturally.
- β‘ Lightweight & Server-Side: Standard Fabric gameplay mod that is fully server-side compatible (clients do not need to install it to join).
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:iRNpnM2E:2HfAcVMf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iRNpnM2E:2HfAcVMf"
}

