Skip to content
Jason Spangler edited this page Aug 10, 2018 · 2 revisions

FlourishingFoliage

Minecraft mod: Can't keep a tree down! Tree leaves regrow outward after harvesting if enough tree trunk is left.

Features

  • Breaking a tree's leaves will trigger potential regrowth of those leaves after a delay in time.
  • Leaves must regrow where they can be sustained (near tree wood or other leaves with a minimum light level).
  • If a block's regrowth is blocked for over a game year, the tree will give up trying to regrow those leaves.
  • Supports all mods trees that are identified as leaves to Minecraft (via Block.isLeaves or instanceof BlockLeaves).
  • All settings for above features are configurable - grow outward, leaf regrow rate, light required to regrow, time to give up.
Clone this wiki locally