SimpleStory
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#Maximum ticks it takes for leaves to decay.
|
||||
#Default Value: 20
|
||||
# Default: 20
|
||||
# Range: > 0
|
||||
maximum_decay_ticks = 20
|
||||
#Minimum ticks after which leaves will start to decay.
|
||||
#Default Value: 5
|
||||
# Default: 5
|
||||
# Range: > 0
|
||||
minimum_decay_ticks = 5
|
||||
#Leaves not attached to their own kind will decay. Does not work properly with trees that generate different leave blocks like azalea.
|
||||
#Default Value: false
|
||||
ignore_other_leave_types = false
|
||||
Reference in New Issue
Block a user