How to make leaves not decay in minecraft
Christopher Ramos
Published Mar 29, 2026

Minecraft TUTORIAL How To Prevent Leaf Decay. Watch later. Share. Copy link. Info. Shopping. Tap to unmute. If playback doesn’t begin shortly, try restarting your device. …
There are other answers below:
To stop tree leaves from decaying you need to put logs next to them it every log has a certain radius where it will support leaf life so you need to build branches, Can plants decay in Minecraft?They decay randomly, but won’t decay if they’re “connected” or “supported”
For thing’s like this, I use worldguard and set the /region flag __global__ leaf-decay deny
New comments cannot be posted and votes cannot be cast. Sort by: best. level 1. ExtraStrengthFukitol. · 2 yr. ago. If WorldEdit supports block state syntax added in 1.13, minecraft:jungle_leaves [persistent=true] should do it. This format will work with the vanilla /setblock command. 2. level 2.
When placing/generating the block, add MetaData to it. Then listen for LeafDecayEvent, if the decaying block has the metadata, cancel the event. Click to expand… I wouldn’t use an event because adding metadata to millions of blocks is not resource friendly.
Since this is also the case with vanilla leaves I guess that’s normal though. When chopping down a tree (minecraft style) the leaves won’t decay and after restarting the game the leaves have both decayable and check_decay set to false. Things that may be important to notice, is that my Leaves are multitextured.
Leaves placed by players never decay. Leaves that decay, or are destroyed without using Silk Touch or shears, yield saplings 5% ( 1 ⁄ 20) of the time, sticks 2% of the time, and otherwise drop nothing. Jungle leaves drop saplings 2.5% ( 1 ⁄ 40) of the time.
If you want to make sure the blocks don’t decay when they’re not close enough to a wood block, you’d need to specify them as oak_leaves[persistent=true] instead of just oak_leaves, or substitute the appropriate leaf type block.
If you’re talking about leaf decay you’re an idiot. Notch has rewritten it 17 times. On topic: I think this method makes a whole lot more sense than Notch’s magic staggered decaying leaves, since leaves don’t just hang around in the air and then pop, they’re gone, one by one, they all fall with the trunk.
Beta In Beta, leaves decay according to a simple formula: leaf blocks decay unless they are within 4 blocks of a log, and connected to the log by other leaf blocks. I’m trying to think of a way to make your fountain idea work but I can’t really think of anything :/ Maybe dig a hole straight down, plant a sapling, and then bonemeal it to make it grow.
Related Questions
How do I know when a leaf will decay?
Leaves from trees spontaneously decay (disappear) when they receive a block tick if they are not connected to any block with the logs tag ( log or wood blocks), either directly or via other leaf block, with a maximum distance of 6 blocks [ Java Edition only] or 4 blocks [ Bedrock Edition only]. Player-placed leaf blocks never decay.
Is there a better way to stop leaves from decay?
Use Paper. If it’s only one world where the leaves shouldn’t decay. Then you could also just cancel the event for the leaves in that world. I wouldn’t use an event because adding metadata to millions of blocks is not resource friendly. Besides, there is a better way as the guy after you shows. Click to expand… It is resource friendly.
Do leaves grow through other blocks in Minecraft?
Occasionally, leaves grow through other blocks, acting as though they are still connected to the tree. They may also completely replace blocks they try to grow into. Leaves do not prevent chests from being opened.
What happened to leaves in Minecraft?
Leaves are now defined via block states rather than by numerical metadata. Prior to this version, the numerical metadata variants of minecraft:leaves were as follows: minecraft:leaves2 blocks with metadata values 2-3, 6-7, 10-11 and 14-15 have now been completely removed from the game.