Quick Leaf Decay Mod — Configuration
Configuration
Quick Leaf Decay is highly customizable via its configuration file, typically located at /config/quickleafdecay.json. Users can fine-tune the speed and behavior of the decay to suit their server's performance needs.
| Option | Type | Default | Description |
|---|---|---|---|
decay_delay |
Integer | 2 | The number of ticks between each decay action. Lower values result in faster decay. |
fuzz |
Integer | 5 | Adds a degree of randomness to the decay timing to prevent all leaves from vanishing at the exact same millisecond. |
all_leaves |
Boolean | false | If true, all leaves in the world (including those not broken by players) will decay at the accelerated rate. |
ignore_different_leaves |
Boolean | true | When true, leaves will only check for logs compatible with their own type. |
ignore_different_logs |
Boolean | true | When true, leaves will ignore logs from different tree types when determining whether to decay. |