• • 5/19/21 2:41 pm • 1 logs
- 86.8k views • 10 today
- save_alt 24.5k downloads • 2 today
- Compatibility
- Minecraft 1.15
- to version
- Minecraft 1.16
- Changes include
- Functions
- Predicates
440

FastLeafDecay does exactly what the name implies, it makes leaves decay faster!
This datapack has no effect on the random tick speed, so your crops won't suddenly grow faster.
How it looks

With TreeCapitator Datapack installed (leaf break disabled):

This datapack does not work when breaking logs in creative mode.
Settings
If you'd like to change the speed of which the leaves decay, you have to edit the chance.json file inside the <datapack>/data/fld/predicates folder.
The default value is 0.015, which means that for every game tick, there is a 1.5% chance for the leaf block to decay. (30% chance per second)
Compatibility
FastLeafDecay works for Minecraft 1.15 and up.
Installation instructions
- Download the datapack
- Place the zip file inside the datapacks folder of your world
- Rejoin the world or use /reload
- Enjoy!
1 Update Logs
V1.0.1 : by Hielke 05/19/2021 2:41:11 pmMay 19, 2021 @ 6:41 pm UTC
- Fixed a bug where the datapack would stop working after a while
- Added pack.png
- Added pack.png
More like this
4577882
119



Have something to say?
For every dropped log item it checks once if there are leaves besides it that need to decay. If a leaf block is found it will check if there are leaves around that one. This loop continues until all decaying leaves blocks are identified. It keeps track of the blocks location with an area effect cloud. That's the main performance impact.