From 3e00cce7a807eeb14471fdfe1bc7114edd440432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 17:18:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hackclub?= =?UTF-8?q?/modpack@f1477435374a1e49a554e4f04b7a238bdf056f2e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc/README.md | 12 +- rc/config/ferritecore-mixin.toml | 6 + rc/config/sebastrnlib-client.toml | 3 + rc/index.toml | 153 ++++++++++++++++-- rc/mods/ae2.pw.toml | 8 +- rc/mods/applied-cooking.pw.toml | 13 ++ ...d-energistics-2-wireless-terminals.pw.toml | 13 ++ rc/mods/applied-energistics-2.pw.toml | 6 +- rc/mods/attributefix.pw.toml | 13 ++ rc/mods/bookshelf.pw.toml | 6 +- rc/mods/canary.pw.toml | 13 ++ rc/mods/clumps.pw.toml | 13 ++ rc/mods/controlling.pw.toml | 6 +- rc/mods/cooking-for-blockheads.pw.toml | 13 ++ rc/mods/eureka-ships.pw.toml | 13 ++ rc/mods/every-compat.pw.toml | 13 ++ rc/mods/farmers-delight.pw.toml | 13 -- rc/mods/farmersdelight.pw.toml | 7 + rc/mods/integrated-dynamics.pw.toml | 8 +- rc/mods/jea.pw.toml | 13 ++ ...st-enough-effect-descriptions-jeed.pw.toml | 13 ++ rc/mods/kotlin-for-forge.pw.toml | 13 ++ rc/mods/libx.pw.toml | 13 ++ rc/mods/mcjtylib.pw.toml | 8 +- rc/mods/overloaded-armor-bar.pw.toml | 6 +- rc/mods/quark.pw.toml | 6 +- rc/mods/rftools-base.pw.toml | 13 ++ rc/mods/rftools-builder.pw.toml | 13 ++ rc/mods/rftools-dimensions.pw.toml | 13 ++ rc/mods/rftools-storage.pw.toml | 13 ++ rc/mods/rftools-utility.pw.toml | 13 ++ rc/mods/roughly-enough-items.pw.toml | 6 +- rc/mods/roughly-enough-resources.pw.toml | 13 ++ rc/mods/sebastrnlib.pw.toml | 13 ++ rc/mods/selene.pw.toml | 13 ++ rc/mods/simple-backups.pw.toml | 13 ++ rc/mods/supermartijn642s-core-lib.pw.toml | 6 +- rc/mods/tax-free-levels.pw.toml | 13 ++ rc/mods/valkyrien-skies.pw.toml | 13 ++ rc/mods/xnet.pw.toml | 13 ++ rc/pack.toml | 6 +- 41 files changed, 515 insertions(+), 63 deletions(-) create mode 100644 rc/config/ferritecore-mixin.toml create mode 100644 rc/config/sebastrnlib-client.toml create mode 100644 rc/mods/applied-cooking.pw.toml create mode 100644 rc/mods/applied-energistics-2-wireless-terminals.pw.toml create mode 100644 rc/mods/attributefix.pw.toml create mode 100644 rc/mods/canary.pw.toml create mode 100644 rc/mods/clumps.pw.toml create mode 100644 rc/mods/cooking-for-blockheads.pw.toml create mode 100644 rc/mods/eureka-ships.pw.toml create mode 100644 rc/mods/every-compat.pw.toml delete mode 100644 rc/mods/farmers-delight.pw.toml create mode 100644 rc/mods/farmersdelight.pw.toml create mode 100644 rc/mods/jea.pw.toml create mode 100644 rc/mods/just-enough-effect-descriptions-jeed.pw.toml create mode 100644 rc/mods/kotlin-for-forge.pw.toml create mode 100644 rc/mods/libx.pw.toml create mode 100644 rc/mods/rftools-base.pw.toml create mode 100644 rc/mods/rftools-builder.pw.toml create mode 100644 rc/mods/rftools-dimensions.pw.toml create mode 100644 rc/mods/rftools-storage.pw.toml create mode 100644 rc/mods/rftools-utility.pw.toml create mode 100644 rc/mods/roughly-enough-resources.pw.toml create mode 100644 rc/mods/sebastrnlib.pw.toml create mode 100644 rc/mods/selene.pw.toml create mode 100644 rc/mods/simple-backups.pw.toml create mode 100644 rc/mods/tax-free-levels.pw.toml create mode 100644 rc/mods/valkyrien-skies.pw.toml create mode 100644 rc/mods/xnet.pw.toml diff --git a/rc/README.md b/rc/README.md index cd71113..6a86e97 100644 --- a/rc/README.md +++ b/rc/README.md @@ -1,8 +1,16 @@ # Hack Pack ## The modpack for the Hack Club modded minecraft server -This modpack uses [packwiz](https://packwiz.infra.link/) to manage mods. - **Head onto [releases](https://github.com/hackclub/modpack/releases/latest) to download and start playing today!** +### Want to suggest a new mod? +Create an issue or a pull request! + +### Need help? +Contact us in **#minecraft** + +--- + +This modpack uses [packwiz](https://packwiz.infra.link/) to manage mods. + Tested with [Prism Launcher](https://prismlauncher.org/), but other launchers supporting modrinth format modpacks should work. diff --git a/rc/config/ferritecore-mixin.toml b/rc/config/ferritecore-mixin.toml new file mode 100644 index 0000000..5c662a7 --- /dev/null +++ b/rc/config/ferritecore-mixin.toml @@ -0,0 +1,6 @@ +#Replace the blockstate neighbor table - DISABLED (canary) +replaceNeighborLookup = false +#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. - DISABLED (canary) +populateNeighborTable = false +#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled - DISABLED (canary) +replacePropertyMap = false diff --git a/rc/config/sebastrnlib-client.toml b/rc/config/sebastrnlib-client.toml new file mode 100644 index 0000000..3ce02d5 --- /dev/null +++ b/rc/config/sebastrnlib-client.toml @@ -0,0 +1,3 @@ +#Display a thank you message at spawn? +sayThanksMessage = false + diff --git a/rc/index.toml b/rc/index.toml index 87bae1d..768b6cf 100644 --- a/rc/index.toml +++ b/rc/index.toml @@ -1,5 +1,14 @@ hash-format = "sha256" +[[files]] +file = "config/ferritecore-mixin.toml" +hash = "2bc1763322e2ec8c558adbc1f36017329197a5f31e8276ad51a96d30a9a53115" +preserve = true + +[[files]] +file = "config/sebastrnlib-client.toml" +hash = "6045f2b807be45907649e1e063a7056ca8169673d87de542052921f1f69b6e8f" + [[files]] file = "mods/advanced-peripherals.pw.toml" hash = "0186e7f4f8fd2796123df62c8e6ac869b189df6beb7a601f9a5c825f0464292e" @@ -12,7 +21,7 @@ metafile = true [[files]] file = "mods/ae2.pw.toml" -hash = "6f1416e94a30e075210ebc3dfbb24ea4a62d8a1b529b1ae39a9f3de75db4b62a" +hash = "8a34b95646d92d056e888376b92ad38f0ad416a0bc5856a99eb90baaaad2715d" metafile = true [[files]] @@ -25,9 +34,19 @@ file = "mods/appleskin.pw.toml" hash = "535d312128e500ea510af84dbf65008ae48f4d9640be713088c3d00a99ef1f7d" metafile = true +[[files]] +file = "mods/applied-cooking.pw.toml" +hash = "56bc07690051e1188ea862a5bed1ff567e1ba1853cb1f02ad8017b5c2dea3e43" +metafile = true + +[[files]] +file = "mods/applied-energistics-2-wireless-terminals.pw.toml" +hash = "daf2c753af5c0e870e5387d3b3ac6bd0e5014dd9b1dfc57f9c661a13e1552891" +metafile = true + [[files]] file = "mods/applied-energistics-2.pw.toml" -hash = "0209a7f8182374ef91ea4615bfb3599a50d7830e76e95dee98b806a267df2781" +hash = "0ad1a046672bf487381845adea4299b77564da0b4d2072872740fffe783a512b" metafile = true [[files]] @@ -50,6 +69,11 @@ file = "mods/artifacts.pw.toml" hash = "aab7dbc375d3813e891fee920397f3724c4dbf1fa9d3b948cb41ee4677610aa9" metafile = true +[[files]] +file = "mods/attributefix.pw.toml" +hash = "902e82fd9cff5ba26db563e0995ab8c4f632cb68f26bc05c2ce6ed6aae30a425" +metafile = true + [[files]] file = "mods/autoreglib.pw.toml" hash = "4b9f680bd2c3c2efc44ce41626b2fe5860403a4ec38309ab6fd8a04bac16e8bc" @@ -72,7 +96,7 @@ metafile = true [[files]] file = "mods/bookshelf.pw.toml" -hash = "53fb2cfb3988b88b9587a5a0ba4b5612d7f26a989b05c911975f6af7be343364" +hash = "1d7f95592de63e85db46a17cb90c0386b9810954ae55dea2da7ba6291db0cb4d" metafile = true [[files]] @@ -85,6 +109,11 @@ file = "mods/building-gadgets.pw.toml" hash = "29f7a1cfbc20432885d12c36245b503103857c068b27865d804cbd06d9b386f9" metafile = true +[[files]] +file = "mods/canary.pw.toml" +hash = "795ad7bed9f1924b62c9b76f791c111646bb78b57e02b23c146d1cc5e23d79bf" +metafile = true + [[files]] file = "mods/cc-tweaked.pw.toml" hash = "ce2aa209b10a5ca89af90a5cb67292117dee46165dab91538d543782c49dace3" @@ -105,6 +134,11 @@ file = "mods/cloth-config.pw.toml" hash = "f2d594d255ceeadc94b32be5200741b8a5f237fc65848da04e131f2b8970e6fd" metafile = true +[[files]] +file = "mods/clumps.pw.toml" +hash = "4d5cfa79f9675b5bd2a8711d48977ad63b7d198eb46c5cc7bb165a8f909101ac" +metafile = true + [[files]] file = "mods/codechicken-lib-1-8.pw.toml" hash = "8ad24232c566e734dfc766b26023070d3bfd2bf9457aade6071c535e4cc52a73" @@ -122,7 +156,12 @@ metafile = true [[files]] file = "mods/controlling.pw.toml" -hash = "63f1ab59061fb126cdabf39d74329ca1831e761b798c8aed0a79816c3874c04c" +hash = "e4d2d558f3a44c059788554b6394c126d2993be30c8649da92fabb8fd2e4623f" +metafile = true + +[[files]] +file = "mods/cooking-for-blockheads.pw.toml" +hash = "73ef74802919b21b722736056853711b130dfd42320ca0e6d4046d3b6839f883" metafile = true [[files]] @@ -205,6 +244,16 @@ file = "mods/entityculling.pw.toml" hash = "9c896dd2db4542134682178d25ca3644e8c945408a6486fc9d7cb03f6277a829" metafile = true +[[files]] +file = "mods/eureka-ships.pw.toml" +hash = "c8be924178c9238e4f8957708fb9d78adff433267d8e5f6a3cad5cfadf191899" +metafile = true + +[[files]] +file = "mods/every-compat.pw.toml" +hash = "238aa728d12edcd1bda20e45b40d305e1a667c33e2f3a212f8313cd90314fda1" +metafile = true + [[files]] file = "mods/expandability.pw.toml" hash = "2ecdf3ae76d4ad10da711a93c966f6306c1bfdec39fe9f6c356000e600bf5844" @@ -221,8 +270,8 @@ hash = "36b91702724cbe50f4fdcb0f278af876b67a0aeceeb557d3ae0e3a0b63499d6f" metafile = true [[files]] -file = "mods/farmers-delight.pw.toml" -hash = "223a1dedd2d506e656945a9ff1b62ea56306b813a8df823a0d936b16a2812496" +file = "mods/farmersdelight.pw.toml" +hash = "9eda738181dd6abbf16bb3a567718c717a7e59a3988b4e8cfcd34fc01e24e107" metafile = true [[files]] @@ -277,7 +326,7 @@ metafile = true [[files]] file = "mods/integrated-dynamics.pw.toml" -hash = "305820535e275db294ae5392026a9d4c11feb9da3e245d450583f50be31ca112" +hash = "59b68061db4f424e5c86bdd22eddb2d0b17d35addb024dc63f50c4de06ba800a" metafile = true [[files]] @@ -310,6 +359,11 @@ file = "mods/jade.pw.toml" hash = "bfcaf25cd94492e855dfb7353dacb44ed1668b3f6d3d1705360e785ede84667a" metafile = true +[[files]] +file = "mods/jea.pw.toml" +hash = "711536d23cef021c404aaf9d8f1b441f0c9d4af3b912bfa97b6ff750236ec62f" +metafile = true + [[files]] file = "mods/journeymap-integration.pw.toml" hash = "9ee0389cc0df0118548a9939d8a356b11a493750a7ef58c08457991b563c6807" @@ -320,11 +374,26 @@ file = "mods/journeymap.pw.toml" hash = "5209de0e2eeccacc8f2d554681f92deb78b4c108e596c60e580d5e2a1b3f2756" metafile = true +[[files]] +file = "mods/just-enough-effect-descriptions-jeed.pw.toml" +hash = "9dfb07c16957c6f026c40ddee7e7fca7ca997c94e069f2bdfd17b294232adbee" +metafile = true + +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "8fd61b13a6da4b7f5cdf69ab6241c296b3019846a1635a2cbb427fbbb21635b2" +metafile = true + [[files]] file = "mods/lazierae2.pw.toml" hash = "15ab30e8e115cad509dd22858572bb588340bfa8cd4f4c2660771e33c7e9bbca" metafile = true +[[files]] +file = "mods/libx.pw.toml" +hash = "84a5108aeb997d985b584db8785e484e805f7099b2d1fca3b0716909d81a9dbf" +metafile = true + [[files]] file = "mods/mantle.pw.toml" hash = "485e1aefa205baa57b29c54af2987257e06ef09516a32fb70759bbc700f2a337" @@ -332,7 +401,7 @@ metafile = true [[files]] file = "mods/mcjtylib.pw.toml" -hash = "0c4037041d6e546c141984f8294166af45c729f5ff536d811a23d65973d807c0" +hash = "d90b48ea447681cc04482810a0a77c1f2f4b21831abd2bebac81a0628c908e0c" metafile = true [[files]] @@ -387,7 +456,7 @@ metafile = true [[files]] file = "mods/overloaded-armor-bar.pw.toml" -hash = "ff152fe31b0c5e1ae6ba34dcf67e27e847d2d71fc9c87db33feea1cded3be01f" +hash = "f0d4e2472d82481edb92af6dd125c9caa6672a9233532b5b2047a4b31f3d7437" metafile = true [[files]] @@ -407,7 +476,7 @@ metafile = true [[files]] file = "mods/quark.pw.toml" -hash = "4d6310ca9a4cf607116540cfb0282536728d90852388f0abca94c820f92a4482" +hash = "323bf0949b42dbb97a7c35d17f436a7b2c7eb463cc97f46a54469ff3a0bad027" metafile = true [[files]] @@ -420,6 +489,31 @@ file = "mods/repurposed-structures-forge.pw.toml" hash = "25520eb264b7b3c9e13584a04c89b7dfef36fae2ef8d60981c04ef4d5d463b91" metafile = true +[[files]] +file = "mods/rftools-base.pw.toml" +hash = "6d39e20b8e9184c1952fa66793c28cb81d2bd6829960d4c82ea0a11dab2b964f" +metafile = true + +[[files]] +file = "mods/rftools-builder.pw.toml" +hash = "0d166874570482dc2c7300d4b4c46a8b060550a9e7438151ee74e10cc13208f4" +metafile = true + +[[files]] +file = "mods/rftools-dimensions.pw.toml" +hash = "64be0f24fc295cb39419eebffdf8b9da9905d3467b4415c16727df5a32fa27a2" +metafile = true + +[[files]] +file = "mods/rftools-storage.pw.toml" +hash = "849082fb953eaf9b07bd458035758939b0760281ee0cd53b6349dd716dcd1b42" +metafile = true + +[[files]] +file = "mods/rftools-utility.pw.toml" +hash = "f4179b4e23848454af089eb7ff86a77cc386b6a4e9a3b00550e123efa1f05bdc" +metafile = true + [[files]] file = "mods/roughly-enough-items-hacks.pw.toml" hash = "ec9b5229948582cbbbe99740d355f2a9975eb308558ae9dc2a64e691fccdaf35" @@ -427,7 +521,12 @@ metafile = true [[files]] file = "mods/roughly-enough-items.pw.toml" -hash = "03adb29e1cbcbdce8851c9a7728cfe37aab8b3c7d3badfc6bce56df74f71383e" +hash = "924cb25e6e63174df018481d6c2944ec6494d4982c8331dffde0bca615647983" +metafile = true + +[[files]] +file = "mods/roughly-enough-resources.pw.toml" +hash = "7d48064ce69f8dc691cc8230e25fc267fb88fa89c7d68eff1fd21c24f2068995" metafile = true [[files]] @@ -435,6 +534,21 @@ file = "mods/runelic.pw.toml" hash = "f9421682d84321e3d88e00733aa976502ea3d3a8bdfb8a1b9c050604fa8e9694" metafile = true +[[files]] +file = "mods/sebastrnlib.pw.toml" +hash = "cd7a5339652c81f9e489b07036ca24a435c4c8ce87e91c3c2c47c36f7fc604dd" +metafile = true + +[[files]] +file = "mods/selene.pw.toml" +hash = "26e591b0b07c8ef07f887eaf3feee21d564c891418e3da0304b39972d6ffb106" +metafile = true + +[[files]] +file = "mods/simple-backups.pw.toml" +hash = "24c7e65ca0930522f9156777c79b81fae425e24546aebdfafc91f9e57710aaaa" +metafile = true + [[files]] file = "mods/simply-backpacks.pw.toml" hash = "e9f95a6ea54a3ee682ab24bed1610c2fce440491d26d1c5b24c8d33a084a48fc" @@ -467,7 +581,12 @@ metafile = true [[files]] file = "mods/supermartijn642s-core-lib.pw.toml" -hash = "1c300c6bb92a6105eed15fc487309c4511e40d9238a57cae1a0b42154b3d2082" +hash = "90d3f1e87c6e206a996910691e9f016d9c4ecdbaebebfcd76bb251498d221c3c" +metafile = true + +[[files]] +file = "mods/tax-free-levels.pw.toml" +hash = "6da031d80eabe733bc6e5acd2c0c4096b20a7db39520305b493e0d98d5184a4a" metafile = true [[files]] @@ -515,7 +634,17 @@ file = "mods/trash-cans.pw.toml" hash = "b05f6b58ef441c7d352d0cef840813c33441f80c70bd04c5c4409fc4f9499726" metafile = true +[[files]] +file = "mods/valkyrien-skies.pw.toml" +hash = "f12c2617cac977d43c28767d3f59543d5121754307cd509525fef38703dc96ec" +metafile = true + [[files]] file = "mods/waystones.pw.toml" hash = "7566e584dc2ba7115ce13ee79f5f15f32798f9559d3c01decace774634893159" metafile = true + +[[files]] +file = "mods/xnet.pw.toml" +hash = "8c48433e6362f6a37a0227bced0fb75ba60c507cd3760b5ba7b1f83d1f1b306f" +metafile = true diff --git a/rc/mods/ae2.pw.toml b/rc/mods/ae2.pw.toml index 104fbd4..6af3fdb 100644 --- a/rc/mods/ae2.pw.toml +++ b/rc/mods/ae2.pw.toml @@ -1,13 +1,13 @@ name = "Applied Energistics 2" -filename = "appliedenergistics2-forge-11.7.3.jar" +filename = "appliedenergistics2-forge-11.7.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/NHcKcc8c/appliedenergistics2-forge-11.7.3.jar" +url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/qf2Yz73T/appliedenergistics2-forge-11.7.4.jar" hash-format = "sha1" -hash = "347864f3f12209e12a71b9c1341b009d0df8f07a" +hash = "f2c4650e64ad74302ac812877c13352d8ed87054" [update] [update.modrinth] mod-id = "XxWD5pD3" -version = "NHcKcc8c" +version = "qf2Yz73T" diff --git a/rc/mods/applied-cooking.pw.toml b/rc/mods/applied-cooking.pw.toml new file mode 100644 index 0000000..b905ca4 --- /dev/null +++ b/rc/mods/applied-cooking.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Cooking" +filename = "appliedcooking-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "829860ed23dd120c407c08a22e754a3deb064b72" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4110309 +project-id = 689579 diff --git a/rc/mods/applied-energistics-2-wireless-terminals.pw.toml b/rc/mods/applied-energistics-2-wireless-terminals.pw.toml new file mode 100644 index 0000000..8e686c9 --- /dev/null +++ b/rc/mods/applied-energistics-2-wireless-terminals.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2 Wireless Terminals" +filename = "AE2WTLib-11.6.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pNabrMMw/versions/Dd1XwvRa/AE2WTLib-11.6.3.jar" +hash-format = "sha1" +hash = "3c2351f1cfa7f09e7491070485041ee0dc414d75" + +[update] +[update.modrinth] +mod-id = "pNabrMMw" +version = "Dd1XwvRa" diff --git a/rc/mods/applied-energistics-2.pw.toml b/rc/mods/applied-energistics-2.pw.toml index 64ea322..43d0bcb 100644 --- a/rc/mods/applied-energistics-2.pw.toml +++ b/rc/mods/applied-energistics-2.pw.toml @@ -1,13 +1,13 @@ name = "Applied Energistics 2" -filename = "appliedenergistics2-forge-11.7.3.jar" +filename = "appliedenergistics2-forge-11.7.4.jar" side = "both" [download] hash-format = "sha1" -hash = "97d4cf48f1d362fda218504d7c997e510eb67658" +hash = "5b491af58c1682d4196be3de9abac20187c97ecb" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4498141 +file-id = 4548560 project-id = 223794 diff --git a/rc/mods/attributefix.pw.toml b/rc/mods/attributefix.pw.toml new file mode 100644 index 0000000..c7fc541 --- /dev/null +++ b/rc/mods/attributefix.pw.toml @@ -0,0 +1,13 @@ +name = "AttributeFix" +filename = "AttributeFix-Forge-1.18.2-14.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "33b1dc72bb681768c4faa603a73c26ebba833b41" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3801087 +project-id = 280510 diff --git a/rc/mods/bookshelf.pw.toml b/rc/mods/bookshelf.pw.toml index fa1ad2b..29d687e 100644 --- a/rc/mods/bookshelf.pw.toml +++ b/rc/mods/bookshelf.pw.toml @@ -1,13 +1,13 @@ name = "Bookshelf" -filename = "Bookshelf-Forge-1.18.2-13.2.53.jar" +filename = "Bookshelf-Forge-1.18.2-13.3.56.jar" side = "both" [download] hash-format = "sha1" -hash = "75459fb48df51536ef3f819748a59a8d4977058f" +hash = "0cf509eb57d754d83a844ffeb09c555f4da4c953" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4449847 +file-id = 4556713 project-id = 228525 diff --git a/rc/mods/canary.pw.toml b/rc/mods/canary.pw.toml new file mode 100644 index 0000000..c47e5e1 --- /dev/null +++ b/rc/mods/canary.pw.toml @@ -0,0 +1,13 @@ +name = "Canary" +filename = "canary-mc1.18.2-0.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qa2H4BS9/versions/rdHeE0B2/canary-mc1.18.2-0.2.1.jar" +hash-format = "sha1" +hash = "e95f820eaa52df68d2b267afb6718e4bc644849b" + +[update] +[update.modrinth] +mod-id = "qa2H4BS9" +version = "rdHeE0B2" diff --git a/rc/mods/clumps.pw.toml b/rc/mods/clumps.pw.toml new file mode 100644 index 0000000..8ed05b7 --- /dev/null +++ b/rc/mods/clumps.pw.toml @@ -0,0 +1,13 @@ +name = "Clumps" +filename = "Clumps-forge-1.18.2-8.0.0+17.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b984587d09e2035bad374833e5ac1e67638f87d0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4153344 +project-id = 256717 diff --git a/rc/mods/controlling.pw.toml b/rc/mods/controlling.pw.toml index cf488dc..d5c6a76 100644 --- a/rc/mods/controlling.pw.toml +++ b/rc/mods/controlling.pw.toml @@ -1,13 +1,13 @@ name = "Controlling" -filename = "Controlling-forge-1.18.2-9.0+22.jar" +filename = "Controlling-forge-1.18.2-9.0+23.jar" side = "both" [download] hash-format = "sha1" -hash = "f30cc2d7e8568720272619b42f45950704ef1daa" +hash = "9f723b4a612ae712cafd9b50e24f38328b12e650" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3950209 +file-id = 4555742 project-id = 250398 diff --git a/rc/mods/cooking-for-blockheads.pw.toml b/rc/mods/cooking-for-blockheads.pw.toml new file mode 100644 index 0000000..2bb1f15 --- /dev/null +++ b/rc/mods/cooking-for-blockheads.pw.toml @@ -0,0 +1,13 @@ +name = "Cooking for Blockheads" +filename = "cookingforblockheads-forge-1.18.2-12.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vJnhuDde/versions/XPhxXLsP/cookingforblockheads-forge-1.18.2-12.2.0.jar" +hash-format = "sha1" +hash = "a05f0b1d035b3715a7d75a62a907234ef6d3464e" + +[update] +[update.modrinth] +mod-id = "vJnhuDde" +version = "XPhxXLsP" diff --git a/rc/mods/eureka-ships.pw.toml b/rc/mods/eureka-ships.pw.toml new file mode 100644 index 0000000..7d690af --- /dev/null +++ b/rc/mods/eureka-ships.pw.toml @@ -0,0 +1,13 @@ +name = "Eureka! Ships! for Valkyrien Skies (Forge/Fabric)" +filename = "eureka-1.1.0-beta.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "424ed8d77cc0f624b23f1eac5d140c7f02567964" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4508585 +project-id = 654384 diff --git a/rc/mods/every-compat.pw.toml b/rc/mods/every-compat.pw.toml new file mode 100644 index 0000000..638b283 --- /dev/null +++ b/rc/mods/every-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Wood Good)" +filename = "everycomp-1.18.2-1.5.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eiktJyw1/versions/ZaOmtkWW/everycomp-1.18.2-1.5.15.jar" +hash-format = "sha1" +hash = "510aac94f1935b06776ae88c31c1c38916a4f83a" + +[update] +[update.modrinth] +mod-id = "eiktJyw1" +version = "ZaOmtkWW" diff --git a/rc/mods/farmers-delight.pw.toml b/rc/mods/farmers-delight.pw.toml deleted file mode 100644 index 30fbae8..0000000 --- a/rc/mods/farmers-delight.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Farmer's Delight" -filename = "FarmersDelight-1.18.2-1.2.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d202f3eaab551307415f3ea8fedf2dc05f81e3cb" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4525645 -project-id = 398521 diff --git a/rc/mods/farmersdelight.pw.toml b/rc/mods/farmersdelight.pw.toml new file mode 100644 index 0000000..858703e --- /dev/null +++ b/rc/mods/farmersdelight.pw.toml @@ -0,0 +1,7 @@ +name = "farmersdelight" +filename = "FarmersDelight-1.18.2-1.2.1.jar" + +[download] +url = "https://github.com/the456gamer/FarmersDelight/releases/download/release/FarmersDelight-1.18.2-1.2.1.jar" +hash-format = "sha1" +hash = "69ff14557c4dc11e4f9a3f15c765d7e48f05cc3d" diff --git a/rc/mods/integrated-dynamics.pw.toml b/rc/mods/integrated-dynamics.pw.toml index c23b671..6343786 100644 --- a/rc/mods/integrated-dynamics.pw.toml +++ b/rc/mods/integrated-dynamics.pw.toml @@ -1,13 +1,13 @@ name = "Integrated Dynamics" -filename = "IntegratedDynamics-1.18.2-1.13.3.jar" +filename = "IntegratedDynamics-1.18.2-1.13.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/yYzdQHJI/versions/oFm4voTg/IntegratedDynamics-1.18.2-1.13.3.jar" +url = "https://cdn.modrinth.com/data/yYzdQHJI/versions/uI9ZT869/IntegratedDynamics-1.18.2-1.13.4.jar" hash-format = "sha1" -hash = "580a9b656f51ed4abd908932a3adf9f3709b7ea0" +hash = "401ed2dfb205d857eb590f8643185bb80a34f122" [update] [update.modrinth] mod-id = "yYzdQHJI" -version = "oFm4voTg" +version = "uI9ZT869" diff --git a/rc/mods/jea.pw.toml b/rc/mods/jea.pw.toml new file mode 100644 index 0000000..8de5c29 --- /dev/null +++ b/rc/mods/jea.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Advancements (JEA)" +filename = "JustEnoughAdvancements-1.18.2-3.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5JY3QNIB/versions/1.18.2-3.2.0/JustEnoughAdvancements-1.18.2-3.2.0.jar" +hash-format = "sha1" +hash = "81fbb90f25bd2e0ebd36013e78b4a7e3962b6251" + +[update] +[update.modrinth] +mod-id = "5JY3QNIB" +version = "k7Dun28e" diff --git a/rc/mods/just-enough-effect-descriptions-jeed.pw.toml b/rc/mods/just-enough-effect-descriptions-jeed.pw.toml new file mode 100644 index 0000000..3f0d5b5 --- /dev/null +++ b/rc/mods/just-enough-effect-descriptions-jeed.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Effect Descriptions (JEED)" +filename = "jeed-1.18.2-1.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EO27GKs1/versions/2y31STXm/jeed-1.18.2-1.11.jar" +hash-format = "sha1" +hash = "4ec2e30c7626295d0d92c7448f41ff7e3b8c0a0b" + +[update] +[update.modrinth] +mod-id = "EO27GKs1" +version = "2y31STXm" diff --git a/rc/mods/kotlin-for-forge.pw.toml b/rc/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..0b0219e --- /dev/null +++ b/rc/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-3.12.0-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cf09c1be6d8950e3f7551f02f141818aee5a3ec0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4513187 +project-id = 351264 diff --git a/rc/mods/libx.pw.toml b/rc/mods/libx.pw.toml new file mode 100644 index 0000000..7cd67dd --- /dev/null +++ b/rc/mods/libx.pw.toml @@ -0,0 +1,13 @@ +name = "LibX" +filename = "LibX-1.18.2-3.2.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qEH6GYul/versions/1.18.2-3.2.19/LibX-1.18.2-3.2.19.jar" +hash-format = "sha1" +hash = "18584a3cdbd95caf5c4b1fc1389647f193f15f74" + +[update] +[update.modrinth] +mod-id = "qEH6GYul" +version = "Rw7rEJk3" diff --git a/rc/mods/mcjtylib.pw.toml b/rc/mods/mcjtylib.pw.toml index 1065d8a..292921f 100644 --- a/rc/mods/mcjtylib.pw.toml +++ b/rc/mods/mcjtylib.pw.toml @@ -3,11 +3,11 @@ filename = "mcjtylib-1.18-6.0.20.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/1Zu0uTEE/versions/SqbqcXXW/mcjtylib-1.18-6.0.20.jar" hash-format = "sha1" hash = "c776425129166796116e3ce8b39102b839db7a3c" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 4277564 -project-id = 233105 +[update.modrinth] +mod-id = "1Zu0uTEE" +version = "SqbqcXXW" diff --git a/rc/mods/overloaded-armor-bar.pw.toml b/rc/mods/overloaded-armor-bar.pw.toml index 8e884a0..7faf068 100644 --- a/rc/mods/overloaded-armor-bar.pw.toml +++ b/rc/mods/overloaded-armor-bar.pw.toml @@ -1,13 +1,13 @@ name = "Overloaded Armor Bar" -filename = "overloadedarmorbar-fabric-1.18.1-6.1.1.jar" +filename = "overloadedarmorbar-1.18.2-6.1.jar" side = "both" [download] hash-format = "sha1" -hash = "80d1022f752654cbdb50af1f6986874450c0a509" +hash = "79a7e2b32b504e73cc1a2ecd7981e4e9a1117f8f" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4031377 +file-id = 4400658 project-id = 314002 diff --git a/rc/mods/quark.pw.toml b/rc/mods/quark.pw.toml index 2241f29..c60c925 100644 --- a/rc/mods/quark.pw.toml +++ b/rc/mods/quark.pw.toml @@ -1,13 +1,13 @@ name = "Quark" -filename = "Quark-3.2-346.jar" +filename = "Quark-3.2-358.jar" side = "both" [download] hash-format = "sha1" -hash = "e31ea1e97deb1ed4bf43fa56727bb7fdfb7274bb" +hash = "18919f757e7fd1b4d4b4e0e0de1ea978ead34179" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3708587 +file-id = 3840125 project-id = 243121 diff --git a/rc/mods/rftools-base.pw.toml b/rc/mods/rftools-base.pw.toml new file mode 100644 index 0000000..07c73ca --- /dev/null +++ b/rc/mods/rftools-base.pw.toml @@ -0,0 +1,13 @@ +name = "RFTools Base" +filename = "rftoolsbase-1.18-3.0.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hIO8IsD8/versions/e0MzHciw/rftoolsbase-1.18-3.0.12.jar" +hash-format = "sha1" +hash = "682cc8bcf4711dc5c417e5443ec51990fe16283d" + +[update] +[update.modrinth] +mod-id = "hIO8IsD8" +version = "e0MzHciw" diff --git a/rc/mods/rftools-builder.pw.toml b/rc/mods/rftools-builder.pw.toml new file mode 100644 index 0000000..3323111 --- /dev/null +++ b/rc/mods/rftools-builder.pw.toml @@ -0,0 +1,13 @@ +name = "RFTools Builder" +filename = "rftoolsbuilder-1.18-4.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0IclJLr/versions/RPLDKzzz/rftoolsbuilder-1.18-4.1.3.jar" +hash-format = "sha1" +hash = "48e9f987fa974cd1a6bc71769db9a76c6f5fddf0" + +[update] +[update.modrinth] +mod-id = "e0IclJLr" +version = "RPLDKzzz" diff --git a/rc/mods/rftools-dimensions.pw.toml b/rc/mods/rftools-dimensions.pw.toml new file mode 100644 index 0000000..0d721c2 --- /dev/null +++ b/rc/mods/rftools-dimensions.pw.toml @@ -0,0 +1,13 @@ +name = "RFTools Dimensions" +filename = "rftoolsdim-1.18-8.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/N4D9AicU/versions/okS0wEo4/rftoolsdim-1.18-8.0.10.jar" +hash-format = "sha1" +hash = "551a8627c5aec1084cb3f4076e9073391705affe" + +[update] +[update.modrinth] +mod-id = "N4D9AicU" +version = "okS0wEo4" diff --git a/rc/mods/rftools-storage.pw.toml b/rc/mods/rftools-storage.pw.toml new file mode 100644 index 0000000..5ed6213 --- /dev/null +++ b/rc/mods/rftools-storage.pw.toml @@ -0,0 +1,13 @@ +name = "RFTools Storage" +filename = "rftoolsstorage-1.18-3.0.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tx4M6qRg/versions/9HtEzHXe/rftoolsstorage-1.18-3.0.12.jar" +hash-format = "sha1" +hash = "68f6a1e044e91261c3d383819ba3d3006e08e550" + +[update] +[update.modrinth] +mod-id = "tx4M6qRg" +version = "9HtEzHXe" diff --git a/rc/mods/rftools-utility.pw.toml b/rc/mods/rftools-utility.pw.toml new file mode 100644 index 0000000..97ceab1 --- /dev/null +++ b/rc/mods/rftools-utility.pw.toml @@ -0,0 +1,13 @@ +name = "RFTools Utility" +filename = "rftoolsutility-1.18-4.0.23.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7n3HbHSE/versions/YCcjnq9i/rftoolsutility-1.18-4.0.23.jar" +hash-format = "sha1" +hash = "abfbc60b0092c60b1eb79153fa8e7440fdf08644" + +[update] +[update.modrinth] +mod-id = "7n3HbHSE" +version = "YCcjnq9i" diff --git a/rc/mods/roughly-enough-items.pw.toml b/rc/mods/roughly-enough-items.pw.toml index 24fb96f..23f638a 100644 --- a/rc/mods/roughly-enough-items.pw.toml +++ b/rc/mods/roughly-enough-items.pw.toml @@ -1,13 +1,13 @@ name = "Roughly Enough Items Fabric/Forge (REI)" -filename = "RoughlyEnoughItems-8.3.594.jar" +filename = "RoughlyEnoughItems-8.3.608.jar" side = "both" [download] hash-format = "sha1" -hash = "8b75958e702fa4b2871eed70a80ba5bbe496ce82" +hash = "887113666d6bd971274c631e22aca9372319f5da" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4440710 +file-id = 4558143 project-id = 310111 diff --git a/rc/mods/roughly-enough-resources.pw.toml b/rc/mods/roughly-enough-resources.pw.toml new file mode 100644 index 0000000..098f714 --- /dev/null +++ b/rc/mods/roughly-enough-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Resources" +filename = "rer-2.5.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8bea0ad8d728a9a6cbc54ebaf932ee3af6120b0a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3929204 +project-id = 325625 diff --git a/rc/mods/sebastrnlib.pw.toml b/rc/mods/sebastrnlib.pw.toml new file mode 100644 index 0000000..45514ec --- /dev/null +++ b/rc/mods/sebastrnlib.pw.toml @@ -0,0 +1,13 @@ +name = "SebastrnLib" +filename = "sebastrnlib-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "75aa7de31f3fa2a74585da2d9b2f9f5692ccd9b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4431439 +project-id = 709936 diff --git a/rc/mods/selene.pw.toml b/rc/mods/selene.pw.toml new file mode 100644 index 0000000..75301e4 --- /dev/null +++ b/rc/mods/selene.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "selene-1.18.2-1.17.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e53cc0ab053dc82cdebe9747a548c6ff06c656f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3842421 +project-id = 499980 diff --git a/rc/mods/simple-backups.pw.toml b/rc/mods/simple-backups.pw.toml new file mode 100644 index 0000000..041be24 --- /dev/null +++ b/rc/mods/simple-backups.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Backups" +filename = "SimpleBackups-1.18.2-1.1.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fzSKSXVK/versions/XpeCnmZO/SimpleBackups-1.18.2-1.1.13.jar" +hash-format = "sha1" +hash = "e9010f2a0a10e526a8cf584a219db26117768cad" + +[update] +[update.modrinth] +mod-id = "fzSKSXVK" +version = "XpeCnmZO" diff --git a/rc/mods/supermartijn642s-core-lib.pw.toml b/rc/mods/supermartijn642s-core-lib.pw.toml index 38d3a58..d18c9fe 100644 --- a/rc/mods/supermartijn642s-core-lib.pw.toml +++ b/rc/mods/supermartijn642s-core-lib.pw.toml @@ -1,13 +1,13 @@ name = "SuperMartijn642's Core Lib" -filename = "supermartijn642corelib-1.1.7-forge-mc1.18.jar" +filename = "supermartijn642corelib-1.1.9a-forge-mc1.18.jar" side = "both" [download] hash-format = "sha1" -hash = "bcf3889f852aa13cb3d7075d27fca050d831591b" +hash = "f4c012352a58dc4fb31bf750c82847d64726ed50" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4484236 +file-id = 4548460 project-id = 454372 diff --git a/rc/mods/tax-free-levels.pw.toml b/rc/mods/tax-free-levels.pw.toml new file mode 100644 index 0000000..eae9fc2 --- /dev/null +++ b/rc/mods/tax-free-levels.pw.toml @@ -0,0 +1,13 @@ +name = "Tax Free Levels" +filename = "TaxFreeLevels-1.3.5-forge-1.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jCBrrLTs/versions/xRFlf1Co/TaxFreeLevels-1.3.5-forge-1.19.jar" +hash-format = "sha1" +hash = "468a448cf5df5ed826310d90f2e1b133eea3827e" + +[update] +[update.modrinth] +mod-id = "jCBrrLTs" +version = "xRFlf1Co" diff --git a/rc/mods/valkyrien-skies.pw.toml b/rc/mods/valkyrien-skies.pw.toml new file mode 100644 index 0000000..8dd3815 --- /dev/null +++ b/rc/mods/valkyrien-skies.pw.toml @@ -0,0 +1,13 @@ +name = "Valkyrien Skies (Forge/Fabric)" +filename = "valkyrienskies-118-2.1.0-beta.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cdb80adb11af752ac4d24f7008c6cdd39e65f7ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4539393 +project-id = 258371 diff --git a/rc/mods/xnet.pw.toml b/rc/mods/xnet.pw.toml new file mode 100644 index 0000000..c63589b --- /dev/null +++ b/rc/mods/xnet.pw.toml @@ -0,0 +1,13 @@ +name = "XNet" +filename = "xnet-1.18-4.0.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iu1jkWqa/versions/bApMfE9G/xnet-1.18-4.0.9.jar" +hash-format = "sha1" +hash = "47297b9fafb292c0b343a57631d28b6333410356" + +[update] +[update.modrinth] +mod-id = "iu1jkWqa" +version = "bApMfE9G" diff --git a/rc/pack.toml b/rc/pack.toml index 5902777..db71431 100644 --- a/rc/pack.toml +++ b/rc/pack.toml @@ -1,15 +1,15 @@ name = "Hack Pack" author = "Hack Club Minecraft Admins" -version = "v1.4.0" +version = "v1.5.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bbaf85b9f3a6edb9366ce70687984f4c01896a250181015f4aa9291fc5f020ed" +hash = "7417a4f1778a195568aba3bee2f0dcf2dfc984e4356b4e968f19782033d45ddb" [versions] -forge = "40.2.0" +forge = "40.2.7" minecraft = "1.18.2" [options]