From 66dc1362e34a10f37c04b3feda31298658e1dee1 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 01:15:05 +0100 Subject: [PATCH] config: updated chunkloaders --- config/chunkloaders-common.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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