From 059745a50ea9b5b0212387d1fda900afca9c5399 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Wed, 12 Jul 2023 20:53:34 +0200 Subject: [PATCH] Add Dramatic Doors, MSSAW and FTB Quests Also updated OPAC --- index.toml | 34 ++++++++++++++++++++++-- mods/dramatic-doors.pw.toml | 13 +++++++++ mods/ftb-library-fabric.pw.toml | 13 +++++++++ mods/ftb-quests-fabric.pw.toml | 13 +++++++++ mods/ftb-teams-fabric.pw.toml | 13 +++++++++ mods/item-filters.pw.toml | 13 +++++++++ mods/more-slabs-stairs-and-walls.pw.toml | 13 +++++++++ mods/opac-fabric-create-support.pw.toml | 8 +++--- mods/open-parties-and-claims.pw.toml | 8 +++--- pack.toml | 2 +- 10 files changed, 119 insertions(+), 11 deletions(-) create mode 100644 mods/dramatic-doors.pw.toml create mode 100644 mods/ftb-library-fabric.pw.toml create mode 100644 mods/ftb-quests-fabric.pw.toml create mode 100644 mods/ftb-teams-fabric.pw.toml create mode 100644 mods/item-filters.pw.toml create mode 100644 mods/more-slabs-stairs-and-walls.pw.toml diff --git a/index.toml b/index.toml index e864a1b..af1a319 100644 --- a/index.toml +++ b/index.toml @@ -363,6 +363,11 @@ file = "mods/draggable-resource-packs.pw.toml" hash = "518c173ae0ecaffecb502e852637a3c90719db82c552acce29c193b3a1a80658" metafile = true +[[files]] +file = "mods/dramatic-doors.pw.toml" +hash = "1525fda3c15d2ccd5bff8bb01a7cd5dbfab6d4c0b3269295951792a20b93ef56" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "10782ced6da226b65256508a77feaf45f3d0a04d07ad0d5adaa6d03a172c37c1" @@ -458,6 +463,21 @@ file = "mods/frame-api.pw.toml" hash = "d6504d3ab9720afbe03f10d3d8f89eb537b6d8ef8446d4551328dce9c786b551" metafile = true +[[files]] +file = "mods/ftb-library-fabric.pw.toml" +hash = "ef746e7a41f7c0c6db11ccc98fba9d0ee43b3978b181650b2ab1c45a4cdd0eb4" +metafile = true + +[[files]] +file = "mods/ftb-quests-fabric.pw.toml" +hash = "6c680b1931b51c4dd43fe90bfb042477c48dbb2342d8ed26f62c17e5b4e17ae4" +metafile = true + +[[files]] +file = "mods/ftb-teams-fabric.pw.toml" +hash = "191e7106a3915d5946487cbf827befceed9896ea937a99a12a73a702c31a707d" +metafile = true + [[files]] file = "mods/fwaystones.pw.toml" hash = "01229cc90ed07c223690033b98bd1cd3d04929c8e059a194cc50ebca8c3ca3f4" @@ -508,6 +528,11 @@ file = "mods/iris.pw.toml" hash = "330adfffb6a749f24c9c84494ab8df27db52eb473ac49e5c92314bcc61521ba5" metafile = true +[[files]] +file = "mods/item-filters.pw.toml" +hash = "3c45ef4cf714017201df7154d49dee92b221014b956eb07ba1588d5fb957ae78" +metafile = true + [[files]] file = "mods/jade-addons-fabric.pw.toml" hash = "6f6c3d6646f445f0614c57d9b3c4d56d5b5057d6370f18ed8ac255dc8b65dbbd" @@ -658,6 +683,11 @@ file = "mods/modmenu.pw.toml" hash = "09eb7db3ca7778d91ad66845e41b6b4814655fe375a05d4a69528c74b4f1c8af" metafile = true +[[files]] +file = "mods/more-slabs-stairs-and-walls.pw.toml" +hash = "39f2492b61eee3e25188ee34ab3c65eb78f50127b789bfca7ff86e44dc9cef00" +metafile = true + [[files]] file = "mods/morechathistory.pw.toml" hash = "d1558ff187abe468110fef11eee834aa3c03df732e706ac16e221425b538da4d" @@ -730,12 +760,12 @@ metafile = true [[files]] file = "mods/opac-fabric-create-support.pw.toml" -hash = "50bd803afaf12d3406ad7bf1781e2f75bb38bbccb5d7720c32cf6f833a97eb15" +hash = "5f9113ba8565bb1bbfc6534dbb3e0dcc767b721d534dd1a0f210f9ae16fb5d40" metafile = true [[files]] file = "mods/open-parties-and-claims.pw.toml" -hash = "ce638706dae5cff9163262d4c5db8b1af749339b5e6921e1fd3a642ad9c7079b" +hash = "36a0f51be98cd65d4a07bbd1ddce0059ed635409549a3f961433c460099b02db" metafile = true [[files]] diff --git a/mods/dramatic-doors.pw.toml b/mods/dramatic-doors.pw.toml new file mode 100644 index 0000000..62eabf6 --- /dev/null +++ b/mods/dramatic-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Dramatic Doors" +filename = "DramaticDoors-Fabric-1.19.2-2.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aQ7h7gal/versions/eKdHPMuc/DramaticDoors-Fabric-1.19.2-2.0.0.jar" +hash-format = "sha1" +hash = "dae5c7a83e7a5e5c6667df6a6e1786881eb402f4" + +[update] +[update.modrinth] +mod-id = "aQ7h7gal" +version = "eKdHPMuc" diff --git a/mods/ftb-library-fabric.pw.toml b/mods/ftb-library-fabric.pw.toml new file mode 100644 index 0000000..ecf2409 --- /dev/null +++ b/mods/ftb-library-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Fabric)" +filename = "ftb-library-fabric-1902.3.19-build.214.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53cd8eb437f9cdea7e5ec1c47239fe13e42c2342" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4541986 +project-id = 438495 diff --git a/mods/ftb-quests-fabric.pw.toml b/mods/ftb-quests-fabric.pw.toml new file mode 100644 index 0000000..c8f5a84 --- /dev/null +++ b/mods/ftb-quests-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Quests (Fabric)" +filename = "ftb-quests-fabric-1902.4.18-build.244.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "06aaf2b60c63a237911eb1beefa8ddf31e1c3d2c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4629859 +project-id = 438496 diff --git a/mods/ftb-teams-fabric.pw.toml b/mods/ftb-teams-fabric.pw.toml new file mode 100644 index 0000000..d94c0d0 --- /dev/null +++ b/mods/ftb-teams-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Teams (Fabric)" +filename = "ftb-teams-fabric-1902.2.14-build.123.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a39a7c00b5e246c3cd0fa437d050459b0560551" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4611937 +project-id = 438497 diff --git a/mods/item-filters.pw.toml b/mods/item-filters.pw.toml new file mode 100644 index 0000000..d1948cf --- /dev/null +++ b/mods/item-filters.pw.toml @@ -0,0 +1,13 @@ +name = "Item Filters" +filename = "item-filters-fabric-1902.2.9-build.51.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "25b4e0fbbeb7673216db09b3ec68e55af4208cf4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4553325 +project-id = 309674 diff --git a/mods/more-slabs-stairs-and-walls.pw.toml b/mods/more-slabs-stairs-and-walls.pw.toml new file mode 100644 index 0000000..375c9b2 --- /dev/null +++ b/mods/more-slabs-stairs-and-walls.pw.toml @@ -0,0 +1,13 @@ +name = "More Slabs Stairs & Walls" +filename = "mssw-fabric-2.4.0+1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bdBzXqbS/versions/KFoS6drW/mssw-fabric-2.4.0%2B1.19.2.jar" +hash-format = "sha1" +hash = "dba8c3a488f2583d7099e9fd2b98c19309d4f6d2" + +[update] +[update.modrinth] +mod-id = "bdBzXqbS" +version = "KFoS6drW" diff --git a/mods/opac-fabric-create-support.pw.toml b/mods/opac-fabric-create-support.pw.toml index 60ad5ea..b725a6b 100644 --- a/mods/opac-fabric-create-support.pw.toml +++ b/mods/opac-fabric-create-support.pw.toml @@ -1,13 +1,13 @@ name = "Create Support for Open Parties and Claims" -filename = "opac-fabric-create-support-1.1.0.jar" +filename = "opac-fabric-create-support-1.3.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/T4Cv5iZq/versions/1.1.0/opac-fabric-create-support-1.1.0.jar" +url = "https://cdn.modrinth.com/data/T4Cv5iZq/versions/UmKySKmr/opac-fabric-create-support-1.3.0.jar" hash-format = "sha1" -hash = "fbb741c5526a0c1853d1eae489079c703fad35e4" +hash = "52fefcbecc906e83d05e6a6788e689bab01c3da0" [update] [update.modrinth] mod-id = "T4Cv5iZq" -version = "JnCTHLbn" +version = "UmKySKmr" diff --git a/mods/open-parties-and-claims.pw.toml b/mods/open-parties-and-claims.pw.toml index 2921c3d..0a9cb94 100644 --- a/mods/open-parties-and-claims.pw.toml +++ b/mods/open-parties-and-claims.pw.toml @@ -1,13 +1,13 @@ name = "Open Parties and Claims" -filename = "open-parties-and-claims-fabric-1.19.2-0.17.2.jar" +filename = "open-parties-and-claims-fabric-1.19.2-0.19.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gF3BGWvG/versions/EDsbDuj1/open-parties-and-claims-fabric-1.19.2-0.17.2.jar" +url = "https://cdn.modrinth.com/data/gF3BGWvG/versions/Rfoxgtqm/open-parties-and-claims-fabric-1.19.2-0.19.0.jar" hash-format = "sha1" -hash = "87b70f91571a982ec800375588134f8292ba0708" +hash = "0bbf8f9782dceac54bedad744350307fc7d37ca2" [update] [update.modrinth] mod-id = "gF3BGWvG" -version = "EDsbDuj1" +version = "Rfoxgtqm" diff --git a/pack.toml b/pack.toml index c9d4bc7..c5eb3da 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 = "4970d2ea3bd72371acb24f0449b33903143a4979f3ef50b65ba3cf28f387b3a9" +hash = "1a744fff9f0027f1a0fc496ceda2b3a0008d43fb88fa5420ce5d48057688a1ce" [versions] minecraft = "1.19.2"