9 lines
249 B
TOML
9 lines
249 B
TOML
#Minimum time in ticks for leaf decay. Must be lower than MaximumDecayTime!
|
|
# Default: 4
|
|
# Range: > 0
|
|
MinimumDecayTime = 4
|
|
#Maximum time in ticks for leaf decay. Must be higher than MinimumDecayTime!
|
|
# Default: 11
|
|
# Range: > 0
|
|
MaximumDecayTime = 11
|