diff --git a/config/chunkloaders-common.toml b/config/chunkloaders-common.toml index 1c8ac2f..ece8189 100644 --- a/config/chunkloaders-common.toml +++ b/config/chunkloaders-common.toml @@ -22,15 +22,15 @@ # In what radius should the Basic Chunk Loader be able to load chunks? # Allowed range: 1 ~ 6 - Default: 2 - basicChunkLoaderRadius = 3 + basicChunkLoaderRadius = 2 # In what radius should the Advanced Chunk Loader be able to load chunks? # Allowed range: 1 ~ 6 - Default: 3 - advancedChunkLoaderRadius = 5 + advancedChunkLoaderRadius = 4 # In what radius should the Ultimate Chunk Loader be able to load chunks? # Allowed range: 1 ~ 6 - Default: 4 - ultimateChunkLoaderRadius = 7 + ultimateChunkLoaderRadius = 6 # Should chunk loaders do random ticks in loaded chunks? # Allowed values: true, false - Default: true