premium banner
Saplings self-plant themselves when they are de spawning

Description

AutoPlant automatically plants sapling items on the ground instead of letting them despawn, creating self-sustaining forests with no extra effort.

recording of expiring saplings getting self planted

What it does:

When a sapling item entity is about to expire (using NeoForge's ItemExpireEvent), AutoPlant intercepts the despawn and attempts to place the sapling as a living tree sapling block at that exact location — provided the ground beneath it can support the block. If the placement succeeds, the item is consumed and the sapling takes root. If it can't survive there (e.g., no soil beneath it), it despawns normally.

Why you'd want it:

Chop a tree, and the leaves will slowly drop saplings as usual. Without this mod, those saplings eventually despawn and the forest shrinks. With AutoPlant, every dropped sapling that lands on valid ground plants itself automatically, letting a single felled tree eventually become many. This creates a genuinely immersive, self-regenerating forest ecosystem with zero player intervention.

What it works on:

All items tagged minecraft:saplings (vanilla and modded saplings that use the standard tag) Additional custom blocks can be configured via the config file Configuration:

Toggle sapling auto-planting on or off Add custom block/item registry names to extend behavior beyond the minecraft:saplings tag Requires: NeoForge (1.20.1+)

Modrinth links Support