From bd02584ac8ba017b594094e89e7bfbeae6c94b9f Mon Sep 17 00:00:00 2001 From: David Guevara Date: Wed, 18 Feb 2026 16:17:10 -0600 Subject: [PATCH] feat: add "origins-plus-plus" mod --- index.toml | 5 +++++ mods/origins-plus-plus.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/origins-plus-plus.pw.toml diff --git a/index.toml b/index.toml index 32ac339..d45be51 100644 --- a/index.toml +++ b/index.toml @@ -415,6 +415,11 @@ file = "mods/oculus.pw.toml" hash = "f83b253ca6a8e6f2f847952704da0e1fb00e65cbb10b7c9cb15d1a1780618da0" metafile = true +[[files]] +file = "mods/origins-plus-plus.pw.toml" +hash = "abdc75dce63a3a95bf1db412d4de39f5ab7ff0455caf5acfe9f01458e6e59008" +metafile = true + [[files]] file = "mods/origins.pw.toml" hash = "6318cb31d6cb374bc74893907302418da47557cff4bf5490b3e545cd9ee986a4" diff --git a/mods/origins-plus-plus.pw.toml b/mods/origins-plus-plus.pw.toml new file mode 100644 index 0000000..286d18e --- /dev/null +++ b/mods/origins-plus-plus.pw.toml @@ -0,0 +1,13 @@ +name = "Origins++" +filename = "origins-plus-plus-2.4-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/npBe7UbS/versions/IqOJJUcH/origins-plus-plus-2.4-forge.jar" +hash-format = "sha512" +hash = "b8c7b3701ccb38eda9a65a6fbc6d95bb7fc59539709b053e575a2fedeae2b913f0de600addaa960680ff017c1425c6946f572b211d65136faf263de70b771eb9" + +[update] +[update.modrinth] +mod-id = "npBe7UbS" +version = "IqOJJUcH" diff --git a/pack.toml b/pack.toml index 1719492..fceed80 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 = "2129b50e0a8f3db341dba4cc2481d423dfe55a0fb0b991a40c6c199d6ae27f83" +hash = "a66997f05009ee044d5428e3b3aa4666e32dd8349943e19a13983ca99c8dcfce" [versions] forge = "47.4.10"