You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
669 B
18 lines
669 B
6 years ago
|
# Configuration file
|
||
|
|
||
|
##########################################################################################################
|
||
|
# main
|
||
|
#--------------------------------------------------------------------------------------------------------#
|
||
|
# There are 20 ticks in a second. Default settings are 4 minimum and 11 maximum decay time.
|
||
|
##########################################################################################################
|
||
|
|
||
|
main {
|
||
|
# Maximum time in ticks for leaf decay. Must be higher than MinimumDecayTime!
|
||
|
I:MaximumDecayTime=11
|
||
|
|
||
|
# Minimum time in ticks for leaf decay. Must be lower than MaximumDecayTime!
|
||
|
I:MinimumDecayTime=4
|
||
|
}
|
||
|
|
||
|
|