From 93bbbc42287068b3e4b4667257a695e0ed9cbf2b Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 18 Jun 2023 00:34:39 -0400 Subject: [PATCH] Disable update notifications for xaero's stuff If I am going to manage this modpack myself, you aren't gonna nag my users to pay for auto updates that will break the modpack --- config/yosbr/config/xaerominimap.txt | 1 + config/yosbr/config/xaeroworldmap.txt | 1 + index.toml | 8 ++++++++ pack.toml | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/xaerominimap.txt create mode 100644 config/yosbr/config/xaeroworldmap.txt diff --git a/config/yosbr/config/xaerominimap.txt b/config/yosbr/config/xaerominimap.txt new file mode 100644 index 0000000..e38f533 --- /dev/null +++ b/config/yosbr/config/xaerominimap.txt @@ -0,0 +1 @@ +updateNotification:false diff --git a/config/yosbr/config/xaeroworldmap.txt b/config/yosbr/config/xaeroworldmap.txt new file mode 100644 index 0000000..e38f533 --- /dev/null +++ b/config/yosbr/config/xaeroworldmap.txt @@ -0,0 +1 @@ +updateNotification:false diff --git a/index.toml b/index.toml index 047d704..2d9898a 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,14 @@ hash-format = "sha256" file = "config/yosbr/config/capes.json5" hash = "a971da7453e033badc7fce7347c807ffb9b19bb2c5247c0bb914e7275ca2cd8a" +[[files]] +file = "config/yosbr/config/xaerominimap.txt" +hash = "5f60325504ed1c87697036574a581882b92a18f89e4f7285d0242cb8d9cd1b76" + +[[files]] +file = "config/yosbr/config/xaeroworldmap.txt" +hash = "5f60325504ed1c87697036574a581882b92a18f89e4f7285d0242cb8d9cd1b76" + [[files]] file = "config/yosbr/config/zoomify.json" hash = "29e8afe5258e9f0cbeb96d3e8ab0cbdb4eadacf48621a6df06a6dece25410547" diff --git a/pack.toml b/pack.toml index 552edb9..4794662 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 = "69ec4ed6f1b03f1a32ba49ad5c9f66ae853cb8f83cc9da5cbbee539438f0f845" +hash = "1ebd58e41949697c512d2e6aca074331004f8750f78a76108dd5ca7950e73ff4" [versions] fabric = "0.14.21"