
Mangrove Unbound
Removes the mangrove tree's vanilla requirements for growth. Mangrove unbound allows mangrove trees to grow on a single block.
⬇ Download on ModrinthA Paper 26.x plugin that lets mangrove propagules grow like any ordinary sapling — no mud grid, no minimum distance from solid blocks, no large clear volume.
How it works
Growth is attempted in two stages.
- Vanilla first.
World#generateTree(...)runs the real mangrove feature and returns a boolean. If it succeeds, you get a genuine vanilla mangrove — identical to normal swamp growth. This is the common case out in the open. - Fallback generator. When vanilla returns
false(it refused for lack of room), the plugin builds a mangrove itself: trunk, canopy, and a suggestion of the root flare.
The fallback is deliberately non-destructive. It only writes into air, water, and
foliage; anything solid is simply skipped, and the trunk truncates to whatever vertical
room exists. It never breaks a player's blocks to make space. (The single exception is
opt-in: prop roots may burrow one block into mud, becoming muddy mangrove roots, as
vanilla does. Turn off growth.replace-mud-with-muddy-roots to forbid even that.)
- Ships as MangroveUnbound-1.0.0.jar — drop this file into the mods folder
- Download size: 29 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.