# Snow Accumulation Configuration
# Maximum height for snow accumulation (1-256)
maxSnowHeight=16
# Radius in chunks around the player to check for snow accumulation (1-32)
chunkRadius=8
# Speed of snow accumulation in ticks (1-1200, lower is faster)
accumulationSpeed=10
# Number of blocks to process per chunk (1-256)
blocksPerChunk=1
# Number of chunks to process per tick (1-16)
chunksPerTick=1
