From 02425ad1913bfcd94329401959e67fd1aebd3297 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 22 Feb 2024 08:59:26 +0100 Subject: [PATCH] feat: add microblocks and xnet --- index.toml | 25 +++++++++++++++++++++++++ mods/hammer-lib.pw.toml | 13 +++++++++++++ mods/hammer-microblocks.pw.toml | 13 +++++++++++++ mods/hammer-multipart.pw.toml | 13 +++++++++++++ mods/xnet-gases.pw.toml | 13 +++++++++++++ mods/xnet.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 mods/hammer-lib.pw.toml create mode 100644 mods/hammer-microblocks.pw.toml create mode 100644 mods/hammer-multipart.pw.toml create mode 100644 mods/xnet-gases.pw.toml create mode 100644 mods/xnet.pw.toml diff --git a/index.toml b/index.toml index 965a360..f9f8b84 100644 --- a/index.toml +++ b/index.toml @@ -73,6 +73,21 @@ file = "mods/gravestone-mod.pw.toml" hash = "4753a161dd42ce633262fb987bf7805785c6e34db21d67ad647d391af6b3522e" metafile = true +[[files]] +file = "mods/hammer-lib.pw.toml" +hash = "0259ff86b5c5655cbe9a25c626dcabc76cc049a82cce44af54a652fd4474f021" +metafile = true + +[[files]] +file = "mods/hammer-microblocks.pw.toml" +hash = "44f4f57fff680e5735186cb5621f00434bdb6a4a0d15364d6ad9bdeb7c25e561" +metafile = true + +[[files]] +file = "mods/hammer-multipart.pw.toml" +hash = "7ed339cf3d4853568b5578c1cdf6d932ee5370cbdb55299a7408ee52773f7db2" +metafile = true + [[files]] file = "mods/industrial-foregoing.pw.toml" hash = "cd487952f1096d06d0507170caf1e49f5f2cebc97eb4323b1e697491990ac0ee" @@ -292,3 +307,13 @@ metafile = true file = "mods/xaeros-world-map.pw.toml" hash = "ea246ad0580b48133dfacf549f53c0cbcb3577f5e838f7374e685963594427f8" metafile = true + +[[files]] +file = "mods/xnet-gases.pw.toml" +hash = "a837bcf6f3e2055e527a2219acae36aaf923f044202c6994874db9d48e319aa6" +metafile = true + +[[files]] +file = "mods/xnet.pw.toml" +hash = "b1fe70ebc903927c01525aaf2b5ef905c02e2c509eb9112b1f85e6a44b54d147" +metafile = true diff --git a/mods/hammer-lib.pw.toml b/mods/hammer-lib.pw.toml new file mode 100644 index 0000000..8b7788f --- /dev/null +++ b/mods/hammer-lib.pw.toml @@ -0,0 +1,13 @@ +name = "HammerLib" +filename = "HammerLib-1.20.1-20.1.25.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PlkSuVtM/versions/WfKD6Uph/HammerLib-1.20.1-20.1.25.jar" +hash-format = "sha1" +hash = "fb8778e76e1fd351e212c2a80315bc8718c7c4d5" + +[update] +[update.modrinth] +mod-id = "PlkSuVtM" +version = "WfKD6Uph" diff --git a/mods/hammer-microblocks.pw.toml b/mods/hammer-microblocks.pw.toml new file mode 100644 index 0000000..ed04de1 --- /dev/null +++ b/mods/hammer-microblocks.pw.toml @@ -0,0 +1,13 @@ +name = "HammerMicroblocks" +filename = "HammerMicroblocks-1.20.1-20.1.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/61kgjt4z/versions/q85Rq07e/HammerMicroblocks-1.20.1-20.1.8.jar" +hash-format = "sha1" +hash = "3d49eba0e929a8a70d9768856ec63757027e5a10" + +[update] +[update.modrinth] +mod-id = "61kgjt4z" +version = "q85Rq07e" diff --git a/mods/hammer-multipart.pw.toml b/mods/hammer-multipart.pw.toml new file mode 100644 index 0000000..c941aa0 --- /dev/null +++ b/mods/hammer-multipart.pw.toml @@ -0,0 +1,13 @@ +name = "HammerMultipart" +filename = "HammerMultipart-1.20.1-20.1.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9g6WlH2N/versions/ALctsgu9/HammerMultipart-1.20.1-20.1.17.jar" +hash-format = "sha1" +hash = "9ecee4ce871cb9786a1f4911a14de2b7a9760e16" + +[update] +[update.modrinth] +mod-id = "9g6WlH2N" +version = "ALctsgu9" diff --git a/mods/xnet-gases.pw.toml b/mods/xnet-gases.pw.toml new file mode 100644 index 0000000..b3f1961 --- /dev/null +++ b/mods/xnet-gases.pw.toml @@ -0,0 +1,13 @@ +name = "XNet Gases" +filename = "xnetgases-1.20.1-5.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/H1x2EwLg/versions/9kAjtec2/xnetgases-1.20.1-5.0.0.jar" +hash-format = "sha1" +hash = "a3497f9c557fa3c96ba31f5d686c69d7f64325a4" + +[update] +[update.modrinth] +mod-id = "H1x2EwLg" +version = "9kAjtec2" diff --git a/mods/xnet.pw.toml b/mods/xnet.pw.toml new file mode 100644 index 0000000..f85a771 --- /dev/null +++ b/mods/xnet.pw.toml @@ -0,0 +1,13 @@ +name = "XNet" +filename = "xnet-1.20-6.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iu1jkWqa/versions/v7egKLKS/xnet-1.20-6.0.2.jar" +hash-format = "sha1" +hash = "b7da5815815cfa0d1090a7436f61c2207496c107" + +[update] +[update.modrinth] +mod-id = "iu1jkWqa" +version = "v7egKLKS" diff --git a/pack.toml b/pack.toml index d9c3f1e..2be10a9 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 = "db21ec2c66aaa6cb968296a55d36b58ccb049725856e0d80c6ae72b28c461b48" +hash = "0757726a2a55953952cdda73dbbe2e4e5c6f0925e3f6f7c1f9ed9f0187cf3561" [versions] minecraft = "1.20.1"