15 lines
284 B
INI
15 lines
284 B
INI
# Configuration file
|
|
|
|
settings {
|
|
# How random will the leaf decay be? Higher->More Random
|
|
I:DecayFuzz=2
|
|
|
|
# The Speed at which Leaves Decay Higher->Slower
|
|
I:DecaySpeed=25
|
|
|
|
# If set to true only trees broken by players will quickly decay.
|
|
B:PlayerDecay=true
|
|
}
|
|
|
|
|