Instant Leaf Decay

Instant Leaf Decay immediately removes all connected leaves when a tree's supporting logs are broken, eliminating waiting times and improving server performance.

File Details

Instant Leaf Decay 1.0.0-1.21.x

  • R
  • Jun 3, 2026
  • 4.32 KB
  • 2
  • 1.21.11+11
  • Fabric

File Name

instant-leaf-decay-mc1.21-1.0.0-1.21.x.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:instant-leaf-decay-1405328:8190539"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

⚡ 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.x subversions from 1.21 up to 1.21.11 seamlessly.
  • 🛡️ 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 to 250 leaf 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).