Falling Leaves Mod — Configuration
Configuration
The mod can be customized via the fallingleaves-client.toml (Forge) or fallingleaves2.json (Fabric) configuration file. Below are the primary values available for modification:
| Setting | Description | Default Value |
|---|---|---|
leafSize |
Modifies the physical size of the leaf particles. | 1.0 |
leafLifespan |
Determines how many ticks a particle remains before disappearing. | 200 |
leafSpawnRate |
The general frequency of leaf particles spawning from standard trees. | 1.0 |
coniferLeafSpawnRate |
Modifier for the spawn rate of leaves from conifer trees (e.g., Spruce). | 0.0 |
dropFromPlayerPlacedBlocks |
Whether leaves should fall from blocks placed by players. | false |
minimumFreeSpaceBelow |
The amount of air blocks required below a leaf block for spawning. | 1 |
disableWind |
If true, particles will fall straight down without horizontal drift. | false |
windlessDimension |
A list of dimension IDs where wind effects are disabled (e.g., The Nether). | [] |
seasonFallRate |
A list of modifiers for fall rates based on Serene Seasons' current season. | [1.0, 1.0, 1.0, 1.0] |