Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
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.
 
 
 
 
 
 
NewAlterlite/config/fastleafdecay.cfg

18 lines
669 B

# 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
}