diff --git a/config/yosbr/config/bclib/client.json b/config/yosbr/config/bclib/client.json new file mode 100644 index 0000000..6c245db --- /dev/null +++ b/config/yosbr/config/bclib/client.json @@ -0,0 +1,7 @@ +{ + "version": { + "didShowWelcome [default: false]": true, + "check [default: true]": false + }, +} + diff --git a/index.toml b/index.toml index 4d736c2..b140568 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/yosbr/config/MouseTweaks.cfg" hash = "5c6f2a474736301aa66e13b9fe3bb9044cef658bae57e6b3507785554743a75c" +[[files]] +file = "config/yosbr/config/bclib/client.json" +hash = "f5931fa810e46cf080715fe862132aded028984f89c80f293ef66ee34856e6a5" + [[files]] file = "config/yosbr/config/capes.json5" hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af" diff --git a/pack.toml b/pack.toml index 7fb39d4..44edc74 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 = "cef8ad83429a6fc00eca5ba2df440bc27cace63fe09b346cca5bd72391587348" +hash = "7714a830333a11033fade654a3f11dd41385f81555a1e314f088cfc1d659b621" [versions] minecraft = "1.20.1"