From cb0121e9e5711755103fc49dca44e4f2dbbe3f97 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 15 Sep 2024 06:02:59 +0200 Subject: [PATCH] mods --- web/pack/index.toml | 25 +++++++++++++++++++ web/pack/mods/areas.pw.toml | 13 ++++++++++ web/pack/mods/loot-integrations.pw.toml | 13 ++++++++++ .../mods/mns-moogs-nether-structures.pw.toml | 13 ++++++++++ .../mods/mss-moogs-soaring-structures.pw.toml | 13 ++++++++++ ...ctures-addon-for-loot-integrations.pw.toml | 13 ++++++++++ web/pack/pack.toml | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 web/pack/mods/areas.pw.toml create mode 100644 web/pack/mods/loot-integrations.pw.toml create mode 100644 web/pack/mods/mns-moogs-nether-structures.pw.toml create mode 100644 web/pack/mods/mss-moogs-soaring-structures.pw.toml create mode 100644 web/pack/mods/yung-structures-addon-for-loot-integrations.pw.toml diff --git a/web/pack/index.toml b/web/pack/index.toml index bc913ef..fed0bd2 100644 --- a/web/pack/index.toml +++ b/web/pack/index.toml @@ -76,6 +76,11 @@ file = "mods/architectury-api.pw.toml" hash = "fa34a3117af7f8ed553ec563a7c90c1d6462184c7df5b837c831cb482c6ae582" metafile = true +[[files]] +file = "mods/areas.pw.toml" +hash = "795d1639398698dbe8a67794f8d23c528ab6d80e95a9c294cabfabf33e730556" +metafile = true + [[files]] file = "mods/artifacts.pw.toml" hash = "a134318c451f60733047a52f23f5a1eeae0a08bbbda824c010e9b77b0a08a824" @@ -861,6 +866,11 @@ file = "mods/lithostitched.pw.toml" hash = "13bc997e58b3cfffc5ca15d51d998955d693ae819dfd8f7167b6f0f661be4a29" metafile = true +[[files]] +file = "mods/loot-integrations.pw.toml" +hash = "d9eb4b00cb9dbf32c6ab202bcfaac537d1846c8a2bc97d50ad8bfb49e06e42bb" +metafile = true + [[files]] file = "mods/loot-journal.pw.toml" hash = "d57927978078916816629100f78b5d9bed43f2eb17f695e89568ab42d266b233" @@ -911,6 +921,11 @@ file = "mods/mmmmmmmmmmmm.pw.toml" hash = "e533622e4dfd2497d2e38d6893cf879a4c054f238292e12983d7465011eb84fa" metafile = true +[[files]] +file = "mods/mns-moogs-nether-structures.pw.toml" +hash = "ebed87a123ca7173e6437d2cb15751a24b825e60786dc3ea24784b8f3b3cd651" +metafile = true + [[files]] file = "mods/mob-lassos.pw.toml" hash = "34b68b7a688844cd2c15e56180bd01bcd84df7ae541bebdde134aa83522fa692" @@ -941,6 +956,11 @@ file = "mods/more-overlays-updated.pw.toml" hash = "869c69737f60d1009b4f40b84409326170f2a1b6c327fc333854e5e8cb90d294" metafile = true +[[files]] +file = "mods/mss-moogs-soaring-structures.pw.toml" +hash = "8f3277933add83c477bb965776cc55025a6b8bbfe429612264c9777e90938da8" +metafile = true + [[files]] file = "mods/nameless-trinkets.pw.toml" hash = "cd1a7b04f8622c9bdcaf28c9b5c99e34b628080ded3d9bf2bb54215c1816c857" @@ -1336,6 +1356,11 @@ file = "mods/yeetusexperimentus.pw.toml" hash = "7dbe376c64d52ddc3e52ca6ce6b07d8c5d76bf9ef68d58267bb9e9c6d8fb2c09" metafile = true +[[files]] +file = "mods/yung-structures-addon-for-loot-integrations.pw.toml" +hash = "fc7b6d2384c6e0b3c133677f7f9dde6acb74f74c05299cf3f66a9ebd8507b02d" +metafile = true + [[files]] file = "mods/yungs-api.pw.toml" hash = "896b09e7166d70f08e089862ad5eb8dbc8cfed02608f2c478587dbea191aadf2" diff --git a/web/pack/mods/areas.pw.toml b/web/pack/mods/areas.pw.toml new file mode 100644 index 0000000..6ad5bb5 --- /dev/null +++ b/web/pack/mods/areas.pw.toml @@ -0,0 +1,13 @@ +name = "Areas" +filename = "areas-1.20.1-6.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NWvsqJ2Z/versions/UkJqXhHb/areas-1.20.1-6.0.jar" +hash-format = "sha1" +hash = "3c18d03de3b2e7fed7e43cbd1940105ed469101d" + +[update] +[update.modrinth] +mod-id = "NWvsqJ2Z" +version = "UkJqXhHb" diff --git a/web/pack/mods/loot-integrations.pw.toml b/web/pack/mods/loot-integrations.pw.toml new file mode 100644 index 0000000..3fa4d10 --- /dev/null +++ b/web/pack/mods/loot-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "Loot Integrations[Forge/Fabric]" +filename = "lootintegrations-1.20.1-3.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c7ac66a7acadf8a12015944ae697b322ddab8828" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5349559 +project-id = 580689 diff --git a/web/pack/mods/mns-moogs-nether-structures.pw.toml b/web/pack/mods/mns-moogs-nether-structures.pw.toml new file mode 100644 index 0000000..9f03b49 --- /dev/null +++ b/web/pack/mods/mns-moogs-nether-structures.pw.toml @@ -0,0 +1,13 @@ +name = "MNS - Moog's Nether Structures" +filename = "mns-1.0.1-1.20-forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nGUXvjTa/versions/qawBJ6PD/mns-1.0.1-1.20-forge.jar" +hash-format = "sha1" +hash = "49669e04356c3e568040487be24ce864da40f4bc" + +[update] +[update.modrinth] +mod-id = "nGUXvjTa" +version = "qawBJ6PD" diff --git a/web/pack/mods/mss-moogs-soaring-structures.pw.toml b/web/pack/mods/mss-moogs-soaring-structures.pw.toml new file mode 100644 index 0000000..ddc8282 --- /dev/null +++ b/web/pack/mods/mss-moogs-soaring-structures.pw.toml @@ -0,0 +1,13 @@ +name = "MSS - Moog's Soaring Structures" +filename = "mss-1.1.2-1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/RJCLIx7k/versions/1sEtaMzu/mss-1.1.2-1.20.jar" +hash-format = "sha1" +hash = "36fad7e582a8a2a10a133bfae3c8d2e619a08bc5" + +[update] +[update.modrinth] +mod-id = "RJCLIx7k" +version = "1sEtaMzu" diff --git a/web/pack/mods/yung-structures-addon-for-loot-integrations.pw.toml b/web/pack/mods/yung-structures-addon-for-loot-integrations.pw.toml new file mode 100644 index 0000000..fc41246 --- /dev/null +++ b/web/pack/mods/yung-structures-addon-for-loot-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "Yung Structures Addon for Loot Integrations" +filename = "lootintegrationaddonyung-1.18-1.20.1-1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c55c76dc28fe951ca961ce50889b4f20d94519cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5309771 +project-id = 1012211 diff --git a/web/pack/pack.toml b/web/pack/pack.toml index 8e39ee7..801f2f6 100644 --- a/web/pack/pack.toml +++ b/web/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "eb2dbbde879872a93479d67d4674a914bb30fae6d3a01a5d879d1b7890914c03" +hash = "347a6bc39f0ea4103e032a3817c6740882f0b3ed370badf369ed3ae4c2c2fbfc" [versions] forge = "47.3.7"