SimpleStory

This commit is contained in:
UltraLionFr
2025-07-18 20:46:07 +02:00
commit f12e1cf179
614 changed files with 33899 additions and 0 deletions
+13
View File
@@ -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