From b0d82a268b77291586ccb3cd7d8b52c36a52db32 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Fri, 22 Mar 2024 15:59:51 +0500 Subject: [PATCH] Create bobby.toml --- config/bobby.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/bobby.toml diff --git a/config/bobby.toml b/config/bobby.toml new file mode 100644 index 000000000..258272ab1 --- /dev/null +++ b/config/bobby.toml @@ -0,0 +1,15 @@ + +#Bobby Reforged Settings +[Settings] + + [Settings."General Settings"] + "Enable Bobby" = true + "Do not load block entities in fake chunks" = true + "Reduce the light levels in fake chunks" = false + "Max Render Distance" = 32 + "Integrated Server View Distance override" = 0 + + [Settings.Unloading] + "Delay for unloading of chunks which are outside your view distance (seconds)" = 60 + "Delay for deleting regions from the disk cache (days)" = -1 +