From a63141ec5c63b66061662605f611ef0f2008181f Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 8 Dec 2025 21:40:32 +0100 Subject: [PATCH] new mods --- index.toml | 30 ++++++++++++++++++++++++++++++ mods/c2me-fabric.pw.toml | 13 +++++++++++++ mods/creativecore.pw.toml | 13 +++++++++++++ mods/cristel-lib.pw.toml | 13 +++++++++++++ mods/ferrite-core.pw.toml | 13 +++++++++++++ mods/towns-and-towers.pw.toml | 13 +++++++++++++ mods/vmp-fabric.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 8 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 mods/c2me-fabric.pw.toml create mode 100644 mods/creativecore.pw.toml create mode 100644 mods/cristel-lib.pw.toml create mode 100644 mods/ferrite-core.pw.toml create mode 100644 mods/towns-and-towers.pw.toml create mode 100644 mods/vmp-fabric.pw.toml diff --git a/index.toml b/index.toml index 3ee4f38..40f66de 100644 --- a/index.toml +++ b/index.toml @@ -1,10 +1,30 @@ hash-format = "sha256" +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "4ee1808a7fb319d469dece5752cedb05dacb9afbe48021fa664f54b8c83fdc45" +metafile = true + +[[files]] +file = "mods/creativecore.pw.toml" +hash = "d61eea65d903963fc412f1e6dc4ec5c9f89814358e324cb734e0ec6e40ece483" +metafile = true + +[[files]] +file = "mods/cristel-lib.pw.toml" +hash = "fe04f0d6db074548db155c4863bd812b40b95dc3a3bc041d2f25d244674cdd59" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "cbda4f1881cfb9f054395a3db225df4202d1f2e7bd0ed27d803b837fcf728621" metafile = true +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "186a261ded1911abf559dce21b22eadc1e96de7767982e58f458b82a89a924ba" +metafile = true + [[files]] file = "mods/lithostitched.pw.toml" hash = "251f87892329f54add949ca4291a3676f6af1f741c2462477fa8f21c0b00fa40" @@ -19,3 +39,13 @@ metafile = true file = "mods/terralith.pw.toml" hash = "831c41448bccb5bb8f1f68a76321e7da7988b218e9694f432d952f98ac184640" metafile = true + +[[files]] +file = "mods/towns-and-towers.pw.toml" +hash = "e9302f39fb02c0a1f88893785d54b08e41a17c9fb3e39c29c3794e7ed7f86bad" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "1750b72e8ece77b5676ed18ffce81d0fd4df89e8bbde63ef8cc328df87bb9277" +metafile = true diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml new file mode 100644 index 0000000..8c20250 --- /dev/null +++ b/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/2EKX8Hiv/c2me-fabric-mc1.21.10-0.3.6%2Balpha.0.9.jar" +hash-format = "sha512" +hash = "71e193ecaa38e927a9f943eac6cac5b5dcb4ce6934aae994da9fe34cace5941fe25258056d8b9fdedbda87c5eb3787cad4c74e68ea39048cb6e86202a56dd7ec" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "2EKX8Hiv" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..3ddd498 --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_FABRIC_v2.14.7_mc1.21.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/w3HjbqwI/CreativeCore_FABRIC_v2.14.7_mc1.21.9.jar" +hash-format = "sha512" +hash = "e9e34cc6b134deaf5c8e760b42e7ece3780139b09deb8710194d9893da4dca1cad3b0b6175d6513fb457dee66b183569d99c723cd372b84689cd54c772ea6311" + +[update] +[update.modrinth] +mod-id = "OsZiaDHq" +version = "w3HjbqwI" diff --git a/mods/cristel-lib.pw.toml b/mods/cristel-lib.pw.toml new file mode 100644 index 0000000..aef9d4b --- /dev/null +++ b/mods/cristel-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Cristel Lib" +filename = "cristellib-fabric-1.21.10-3.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cl223EMc/versions/ZvMKpvgf/cristellib-fabric-1.21.10-3.0.3.jar" +hash-format = "sha512" +hash = "8506d0caf05ec4565bf301dc9190733e4061f0a4f7974b85aa13fb35d2db75b0448746d04277a27e30a16891179ca74503b129a5d7e88cc1194a7249c6aadb9c" + +[update] +[update.modrinth] +mod-id = "cl223EMc" +version = "ZvMKpvgf" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..479cf80 --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-8.0.2-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/MGoveONm/ferritecore-8.0.2-fabric.jar" +hash-format = "sha512" +hash = "8c3890fb116dfaf681f5f483ea0d1bfecfb87dd584cc72e772fe43ea6ecf15a09c782fedbe5cea3b8bf7e930bd5c00753a619ac5ce7afa7fd092769d68e9beec" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "MGoveONm" diff --git a/mods/towns-and-towers.pw.toml b/mods/towns-and-towers.pw.toml new file mode 100644 index 0000000..67da6ad --- /dev/null +++ b/mods/towns-and-towers.pw.toml @@ -0,0 +1,13 @@ +name = "Towns and Towers" +filename = "t_and_t-fabric-neoforge-1.13.7.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DjLobEOy/versions/NXAdx4ui/t_and_t-fabric-neoforge-1.13.7.jar" +hash-format = "sha512" +hash = "7efea759aa7b59c7977fe2e1d189a417892bca2fdbabc0e547ea921425cde5f262e982556fc83d0209910627dc349e57cd542e72dd0783cac8c7c42218b7b36b" + +[update] +[update.modrinth] +mod-id = "DjLobEOy" +version = "NXAdx4ui" diff --git a/mods/vmp-fabric.pw.toml b/mods/vmp-fabric.pw.toml new file mode 100644 index 0000000..3f43666 --- /dev/null +++ b/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/nCucW7Sl/vmp-fabric-mc1.21.10-0.2.0%2Bbeta.7.217-all.jar" +hash-format = "sha512" +hash = "b49e312a32fbc6cac4d495b8987acf41f674b411c909533af334def20ca714448f7f109808dbac6b3cca2a2ff9ab97148484d55d51c32b8d756d453cf0fe7ea1" + +[update] +[update.modrinth] +mod-id = "wnEe9KBa" +version = "nCucW7Sl" diff --git a/pack.toml b/pack.toml index c9c83eb..976c340 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 = "8eec3ed7c6f7827d2d962d637d74a7cf5307b4366776129ea9e477f1f12356c5" +hash = "cb0a68fa55f11b3ad40d4733634cd45e697213a38d648f2f1b0d6977b7cc1381" [versions] fabric = "0.18.1" -- 2.50.1