From 6aca0386fa383411d7336778a39f2b90062a0296 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 6 Dec 2023 01:00:50 -0500 Subject: [PATCH] Disable DH auto update --- config/yosbr/config/DistantHorizons.toml | 3 +++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/DistantHorizons.toml diff --git a/config/yosbr/config/DistantHorizons.toml b/config/yosbr/config/DistantHorizons.toml new file mode 100644 index 0000000..6929372 --- /dev/null +++ b/config/yosbr/config/DistantHorizons.toml @@ -0,0 +1,3 @@ +[client.advanced.autoUpdater] +# disable auto updater, it should be updated with the modpack +enableAutoUpdater = false diff --git a/index.toml b/index.toml index 61a36b8..3c0004e 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "config/yosbr/config/DistantHorizons.toml" +hash = "3a6ae31c255079774a688c1542858660ef4c81ec328d074ea008e0a96bbeceeb" + [[files]] file = "config/yosbr/config/MouseTweaks.cfg" hash = "5c6f2a474736301aa66e13b9fe3bb9044cef658bae57e6b3507785554743a75c" diff --git a/pack.toml b/pack.toml index 02dcd61..b86710f 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cb0d334d4536a76a3a01d61b03259482eaae6aca5f86d23696372593d6037954" +hash = "421c965837b0c64e741f16217f7bdeeb986392b58162e3b2d4b4df4d2bfe0091" [versions] minecraft = "1.20.1"