Accelerated Decay
Leaves disappear instantly
Accelerated Decay offers an innovative approach to accelerated leaf decay. Instead of the traditional rapid block updates, our mod instantly removes leaves as soon as they're ready to disappear. We implemented this mechanic as close to vanilla as possible, using a delayed checking system that allows the game to naturally mark leaves for removal.
One of the key development goals was significantly reducing the load on clients and servers. This was achieved through a time-based checking system and drastic reduction of particles and block update logic.
How It Works
When the last supporting wood block is removed, the mod automatically finds all leaf blocks with the #minecraft:leaves tag and immediately removes them if they're ready to decay.
All tree types created using the #minecraft:logs tag are supported.
Advantages of Our Solution
- Minimal performance impact - main difference from alternatives
- Optimized code ensures stable operation
- Simple configuration - either on or off
- Forge and Fabric compatibility out of the box
Dependency on architectury-api
We use the architectural API to simplify the implementation of certain events. This popular framework is already present in many mod packs, so the likelihood of conflicts is minimal.