Leaf decay ignores different types of leaves and logs. Also fast leaf decay. Configurable.
Works server-side and in single player.
This mod aims to make leaf decay less frustrating.
It started out as a fork of Tfarcenim's LeafMeAlone, but then I overhauled it to the point of it being an almost entirely different mod.
It does 3 (+1) things to change how leaves decay, all configurable:
Supports Cloth Config and
Mod Menu for configuration, but neither is required.
Options will use their default values if Cloth Config is absent.
If Cloth Config is present, options can be configured either through
Mod Menu or by editing config/leaves_us_in_peace.json in your
instance folder (.minecraft/ by default for the vanilla launcher).
Match leaves types; default: true
Leaves ignore leaves of other types when determining whether to decay or not
Unknown leaves only match self; default: true
If "Yes", leaves without tags defining which leaves they should match will only match leaves of exactly the same type.
If "No", leaves without tags will match all leaves.
Set to "No" if you're having trouble with some modded leaves decaying as soon their tree grows (with multiple leaves types).
Match logs to leaves; default: true
Leaves ignore logs of other tree types when determining whether to decay or not
Ignore persistent leaves; default: true
Leaves ignore persistent leaves (placed by player) when determining whether to decay or not
Accelerate leaves decay; default: true
Make leaves decay much faster
Decay delay
Random delay between leaves decaying and updating nearby leaves.
Has no effect if 'Accelerate leaves decay' is 'No'.
Minimum; default: 10
Minimum random delay. Set minimum equal to maximum to eliminate randomness.
Maximum; default: 60
Maximum random delay
Update diagonal leaves; default: true
When leaves decay, update leaves diagonal to them in addition to those adjacent to them
Do decaying leaves effects; default: false
Create particles and sounds when leaves decay
Tags for trees added by several mods are included:
The built-in data pack wood_prevents_decay (default disabled) can also make vanilla wood blocks (logs with
bark on all 6 sides) count as logs for their respective trees, since some mods generate trees with wood blocks.
Further modded tree support can be added via data packs, find out how on
the wiki.
Leaves Us In Peace does its best to handle unknown trees (modded trees without tags) gracefully:
However it's not perfect: modded trees that aren't implemented similarly to vanilla trees or that don't follow vanilla
tag conventions can sometimes decay unexpectedly. If you encounter this, please report it on the
issue tracker
(please don't report it to the mod that adds the unexpectedly decaying tress).
Install SSS Translate to automatically download new translations.
You can help translate Leaves Us In Peace on Crowdin.
Tfarcenim's for making LeafMeAlone.
gliscowo for making Isometric Renders,
which I used to create the mod icon.
This mod is only for Fabric (works on Quilt, too!) and I won't be porting it to Forge. The license is CC0, however,
so anyone else is free to port it.
I'd appreciate links back to this page if you port or otherwise modify this project, but links aren't required.