config: updated chunkloaders

This commit is contained in:
Snogard 2025-02-10 01:15:05 +01:00
parent dc2c8ff732
commit 66dc1362e3

View File

@ -22,15 +22,15 @@
# In what radius should the Basic Chunk Loader be able to load chunks? # In what radius should the Basic Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 2 # Allowed range: 1 ~ 6 - Default: 2
basicChunkLoaderRadius = 3 basicChunkLoaderRadius = 2
# In what radius should the Advanced Chunk Loader be able to load chunks? # In what radius should the Advanced Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 3 # Allowed range: 1 ~ 6 - Default: 3
advancedChunkLoaderRadius = 5 advancedChunkLoaderRadius = 4
# In what radius should the Ultimate Chunk Loader be able to load chunks? # In what radius should the Ultimate Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 4 # Allowed range: 1 ~ 6 - Default: 4
ultimateChunkLoaderRadius = 7 ultimateChunkLoaderRadius = 6
# Should chunk loaders do random ticks in loaded chunks? # Should chunk loaders do random ticks in loaded chunks?
# Allowed values: true, false - Default: true # Allowed values: true, false - Default: true