From bdf77c18cd93f6ca03900ec3111e26fada812550 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 18 May 2023 12:08:25 +0200 Subject: [PATCH] Add bclib/config/recipes.json & update bclib --- index.toml | 6 +++++- mods/bclib.pw.toml | 8 ++++---- pack.toml | 2 +- .../ExploreCraft-Tweaks/bclib/config/recipes.json | 6 ++++++ 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 resources/required-data/ExploreCraft-Tweaks/bclib/config/recipes.json diff --git a/index.toml b/index.toml index 6d5a92a..bfa7798 100644 --- a/index.toml +++ b/index.toml @@ -185,7 +185,7 @@ metafile = true [[files]] file = "mods/bclib.pw.toml" -hash = "bd21befb0fa945159638844e06cba6a5e298785866508a95a100026a10dac0a8" +hash = "ab6dc95a659eae917ed5afa8ce4c4540be91d3e77290902b37eb6a08f0537f5f" metafile = true [[files]] @@ -1003,6 +1003,10 @@ hash = "870ebf2bb126f86410f1d27a45b2c4cafed48811eef532634ee1740b4569b1c1" file = "resources/required-assets/ExploreCraft-Tweaks/pack.png" hash = "9f4f45f48072314f152c642caf157f787181e025e228e3ebe38715e65676210a" +[[files]] +file = "resources/required-data/ExploreCraft-Tweaks/bclib/config/recipes.json" +hash = "e316898e097d38286284a976940644f7a39ada677834e055ca3cc82abb56846f" + [[files]] file = "resources/required-data/ExploreCraft-Tweaks/data/craftable_bundles_leather/advancements/recipes/bundle_leather.json" hash = "0200f33c84d5a6c6ae3306156724abe3e63d38079c02e630c45b3b19dfbdc179" diff --git a/mods/bclib.pw.toml b/mods/bclib.pw.toml index 51e4b15..5d4b831 100644 --- a/mods/bclib.pw.toml +++ b/mods/bclib.pw.toml @@ -1,13 +1,13 @@ name = "BCLib" -filename = "bclib-2.1.5.jar" +filename = "bclib-2.1.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/BgNRHReB/versions/kyFQ8QVW/bclib-2.1.5.jar" +url = "https://cdn.modrinth.com/data/BgNRHReB/versions/mKksn4EY/bclib-2.1.6.jar" hash-format = "sha1" -hash = "37306b6c44f90c2472e2f939599d8d2be9c61a59" +hash = "464d38d3e2b0b098855e1faa583a002ed2269257" [update] [update.modrinth] mod-id = "BgNRHReB" -version = "kyFQ8QVW" +version = "mKksn4EY" diff --git a/pack.toml b/pack.toml index 5275005..ad9ba4f 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 = "e7309e035778c77e0137456bfd1415f628dbb9be883ef4a9b89b07f352357e50" +hash = "b4fed2b716715a1c72392ec20b92cb47110f7046c3cfdbb66297c4c1072af295" [versions] minecraft = "1.19.2" diff --git a/resources/required-data/ExploreCraft-Tweaks/bclib/config/recipes.json b/resources/required-data/ExploreCraft-Tweaks/bclib/config/recipes.json new file mode 100644 index 0000000..9fc35a4 --- /dev/null +++ b/resources/required-data/ExploreCraft-Tweaks/bclib/config/recipes.json @@ -0,0 +1,6 @@ +{ + "disable": [ + "betternether:shield", + "bclib:tag_shield" + ] +}