CompLeavesSpawner & CompAutumnLeavesSpawner - AndroidQuazar/VanillaExpandedFramework GitHub Wiki
Those two comp use the vanilla CompProperties_Spawner. They can be added to trees, for them to spawn leaves (or others things). Both comp can be disabled by users inside VFE settings, under the "Comps" page.
Here is an example:
<li Class="CompProperties_Spawner">
<compClass>VFECore.CompLeavesSpawner</compClass> <!-- Or VFECore.CompAutumnLeavesSpawner -->
<thingToSpawn>RG-AF_Filth_LeavesAspenYellowTree</thingToSpawn>
<spawnCount>2</spawnCount>
<spawnIntervalRange>60000~120000</spawnIntervalRange>
<spawnMaxAdjacent>3</spawnMaxAdjacent>
<saveKeysPrefix>aspenLeaves</saveKeysPrefix>
</li>