diff --git a/modpacks/rc-plus/26.1.2-mr/config/bobby.conf b/modpacks/rc-plus/26.1.2-mr/config/bobby.conf new file mode 100644 index 000000000..6c5d96393 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/config/bobby.conf @@ -0,0 +1,39 @@ +# Delete regions from the cache when they have not been loaded for X days. +# +# The cache for a given world is cleaned up whenever you disconnect from the server. +# Entire worlds are cleaned up when the game starts and you have not visited them for X days. +# +# Set to -1 to disabled. +# Set to 0 to clean up everything after every disconnect. +delete-unused-regions-after-days=-1 +# Enables support for servers with multiple identically-named worlds. +# +# When enabled, a new local cache is started on each world change. If there are enough chunks with similar content in two caches, they will automatically be merged. +# This does mean that you may need to walk around a little before Bobby loads in cached chunks if there is little identifying information in your world (e.g. flat worlds). +# +# You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it. +# Requires a `/bobby upgrade` after enabling with existing cache. +dynamic-multi-world=false +enabled=false +# Changes the maximum value configurable for Render Distance. +# +# Requires Sodium. +max-render-distance=64 +# Do not load block entities (e.g. chests) in fake chunks. +# These need updating every tick which can add up. +# +# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. +no-block-entities=true +# Reduces the light levels in fake chunks so you can tell the difference from real ones. +taint-fake-chunks=false +# Delays the unloading of chunks which are outside your view distance. +# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). +# Does not work across dimensions. +unload-delay-secs=60 +# Overwrites the view-distance of the integrated server. +# This allows Bobby to be useful in Singleplayer. +# +# Disabled when at 0. +# Bobby is active in singleplayer only if this is enabled. +# Requires re-log to en-/disable. +view-distance-overwrite=0 diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf index 30c37b187..6c5d96393 100644 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf +++ b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf @@ -14,7 +14,7 @@ delete-unused-regions-after-days=-1 # You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it. # Requires a `/bobby upgrade` after enabling with existing cache. dynamic-multi-world=false -enabled=true +enabled=false # Changes the maximum value configurable for Render Distance. # # Requires Sodium. diff --git a/modpacks/rc-plus/26.1.2-mr/index.toml b/modpacks/rc-plus/26.1.2-mr/index.toml index 1d39a4826..e6c394214 100644 --- a/modpacks/rc-plus/26.1.2-mr/index.toml +++ b/modpacks/rc-plus/26.1.2-mr/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/animatium.json" hash = "f83e8176ccda0689fb95e7c8724e3a9f86daa305772880bb419dde5e28d299c1" +[[files]] +file = "config/bobby.conf" +hash = "2cf76d5145b505352945198ef4f86d6ef4c7a843cc28869127cb44119867f5b2" + [[files]] file = "config/c2me.toml" hash = "363c7635e7356e80de529bcca835851a706c4b065dc409cc93d733cfa3dcd708" @@ -74,7 +78,7 @@ hash = "4e0fd36555604397597e3771614f0dbcae2b19c36cff03eacc931209082b83fd" [[files]] file = "config/modpack_defaults/config/bobby.conf" -hash = "6ff4da9a5e3a1a7668630318e46fa0bd8917ab1006e1133a0aaa891d9c13a67a" +hash = "2cf76d5145b505352945198ef4f86d6ef4c7a843cc28869127cb44119867f5b2" [[files]] file = "config/modpack_defaults/config/c2me.toml" diff --git a/modpacks/rc-plus/26.1.2-mr/pack.toml b/modpacks/rc-plus/26.1.2-mr/pack.toml index 0f93f7f08..cfd4d373a 100644 --- a/modpacks/rc-plus/26.1.2-mr/pack.toml +++ b/modpacks/rc-plus/26.1.2-mr/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2120d48c5a5e46327bc67fc4238d14cf2e105940a8e1ece12f03cfeb4ca9cb64" +hash = "3d42cada62729575fb695464677c6cae3b7ad0d320e6593bd320e924fd490246" [versions] fabric = "0.19.2" diff --git a/modpacks/simply/26.1.2-mr/config/bobby.conf b/modpacks/simply/26.1.2-mr/config/bobby.conf new file mode 100644 index 000000000..0d3ad3b86 --- /dev/null +++ b/modpacks/simply/26.1.2-mr/config/bobby.conf @@ -0,0 +1,2 @@ +enabled=false +max-render-distance=64 diff --git a/modpacks/simply/26.1.2-mr/config/modpack_defaults/config/bobby.conf b/modpacks/simply/26.1.2-mr/config/modpack_defaults/config/bobby.conf index bd699ad54..0d3ad3b86 100644 --- a/modpacks/simply/26.1.2-mr/config/modpack_defaults/config/bobby.conf +++ b/modpacks/simply/26.1.2-mr/config/modpack_defaults/config/bobby.conf @@ -1 +1,2 @@ +enabled=false max-render-distance=64 diff --git a/modpacks/simply/26.1.2-mr/index.toml b/modpacks/simply/26.1.2-mr/index.toml index 0a08e5379..218ef9a75 100644 --- a/modpacks/simply/26.1.2-mr/index.toml +++ b/modpacks/simply/26.1.2-mr/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/animatium.json" hash = "f83e8176ccda0689fb95e7c8724e3a9f86daa305772880bb419dde5e28d299c1" +[[files]] +file = "config/bobby.conf" +hash = "823ac29200e0a59ed3a456609a21b54b1c631a7bd10ecaa43171af14ee713936" + [[files]] file = "config/c2me.toml" hash = "d072cb16eb9244f4e6bc09d57a613f96bf734dc013874b3dab58828801f99350" @@ -62,7 +66,7 @@ hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" [[files]] file = "config/modpack_defaults/config/bobby.conf" -hash = "31c8245ab721c4ddec0658274a0439a2546764e09fd7fa8bd37e09a4263f2032" +hash = "823ac29200e0a59ed3a456609a21b54b1c631a7bd10ecaa43171af14ee713936" [[files]] file = "config/modpack_defaults/config/c2me.toml" diff --git a/modpacks/simply/26.1.2-mr/pack.toml b/modpacks/simply/26.1.2-mr/pack.toml index 225a11f27..2468fac52 100644 --- a/modpacks/simply/26.1.2-mr/pack.toml +++ b/modpacks/simply/26.1.2-mr/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "03146bf08a3c56db3a0a999174f576ccc05f2695cbb7fb623078f41c892ba786" +hash = "e8e01fc794e70c207bd19018d121217d2489ed4ceb3a4ec8ddeb7635ca8a3889" [versions] fabric = "0.19.2"