Add bclib/config/recipes.json & update bclib
This commit is contained in:
parent
d8b457bc7e
commit
bdf77c18cd
4 changed files with 16 additions and 6 deletions
|
@ -185,7 +185,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bclib.pw.toml"
|
file = "mods/bclib.pw.toml"
|
||||||
hash = "bd21befb0fa945159638844e06cba6a5e298785866508a95a100026a10dac0a8"
|
hash = "ab6dc95a659eae917ed5afa8ce4c4540be91d3e77290902b37eb6a08f0537f5f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -1003,6 +1003,10 @@ hash = "870ebf2bb126f86410f1d27a45b2c4cafed48811eef532634ee1740b4569b1c1"
|
||||||
file = "resources/required-assets/ExploreCraft-Tweaks/pack.png"
|
file = "resources/required-assets/ExploreCraft-Tweaks/pack.png"
|
||||||
hash = "9f4f45f48072314f152c642caf157f787181e025e228e3ebe38715e65676210a"
|
hash = "9f4f45f48072314f152c642caf157f787181e025e228e3ebe38715e65676210a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required-data/ExploreCraft-Tweaks/bclib/config/recipes.json"
|
||||||
|
hash = "e316898e097d38286284a976940644f7a39ada677834e055ca3cc82abb56846f"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "resources/required-data/ExploreCraft-Tweaks/data/craftable_bundles_leather/advancements/recipes/bundle_leather.json"
|
file = "resources/required-data/ExploreCraft-Tweaks/data/craftable_bundles_leather/advancements/recipes/bundle_leather.json"
|
||||||
hash = "0200f33c84d5a6c6ae3306156724abe3e63d38079c02e630c45b3b19dfbdc179"
|
hash = "0200f33c84d5a6c6ae3306156724abe3e63d38079c02e630c45b3b19dfbdc179"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "BCLib"
|
name = "BCLib"
|
||||||
filename = "bclib-2.1.5.jar"
|
filename = "bclib-2.1.6.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "37306b6c44f90c2472e2f939599d8d2be9c61a59"
|
hash = "464d38d3e2b0b098855e1faa583a002ed2269257"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "BgNRHReB"
|
mod-id = "BgNRHReB"
|
||||||
version = "kyFQ8QVW"
|
version = "mKksn4EY"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "e7309e035778c77e0137456bfd1415f628dbb9be883ef4a9b89b07f352357e50"
|
hash = "b4fed2b716715a1c72392ec20b92cb47110f7046c3cfdbb66297c4c1072af295"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"disable": [
|
||||||
|
"betternether:shield",
|
||||||
|
"bclib:tag_shield"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue