Accelerated Decay

Speeds up the leaf decaying process
Back to Files

accelerated-decay Fabric 26.1.2.3

File nameaccelerated-decay-fabric-26.1.2.3.jar
Uploader
nanitedevnanitedev
Uploaded
Apr 28, 2026
Downloads
28
Size
11.4 KB
Mod Loaders
Fabric
File ID
8004762
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:accelerated-decay-699872:8004762"

Learn more about Curse Maven

What's new

[26.1.2.3]

Fixed

  • Hot fix to resolve an issue causing bone-mealed trees to instantly decay.

Changed (from [26.1.2.2])

  • Reworked the way decay is detected
    • We no longer look for leaves as logs are broken, instead we hook into the games block state changes and watch for a leave block updating
    • When the leave is updated, and it's now too far away from a log, it's added to a queue of blocks to break
    • When the next server tick happens, 5 items are taken from this list and broken.
    • This reduces overhead of scanning for leaves as well as making the leaf decay no longer be directly tied to the block down trees but does preserve the behaviour of not decaying user placed leaves.
  • The block decay queue is now stored in world data meaning if the game crashes softly or the user disconnects. The leaves will continued to decay when the world is reloaded.
  • Leaves are no longer broken as a "player" as the hook does not have a player in scope. This should fix more issues than it causes.

This mod has no related projects