From d67a52bd2ab155f1b3feb0842e0c5198cc2fd547 Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Fri, 16 May 2025 14:07:30 -0500 Subject: [PATCH] feat: rcl legacy worlds + minimega --- .../modrinth/fabric/1.21.4/index.toml | 10 ++++++++++ .../modrinth/fabric/1.21.4/mods/minimega.pw.toml | 13 +++++++++++++ .../modrinth/fabric/1.21.4/pack.toml | 2 +- .../1.21.4/resourcepacks/legacy-worlds.pw.toml | 13 +++++++++++++ .../modrinth/fabric/1.21.5/index.toml | 10 ++++++++++ .../modrinth/fabric/1.21.5/mods/minimega.pw.toml | 13 +++++++++++++ .../modrinth/fabric/1.21.5/pack.toml | 2 +- .../1.21.5/resourcepacks/legacy-worlds.pw.toml | 13 +++++++++++++ 8 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 versions/re-console-lite/modrinth/fabric/1.21.4/mods/minimega.pw.toml create mode 100644 versions/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/re-console-lite/modrinth/fabric/1.21.5/mods/minimega.pw.toml create mode 100644 versions/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-worlds.pw.toml diff --git a/versions/re-console-lite/modrinth/fabric/1.21.4/index.toml b/versions/re-console-lite/modrinth/fabric/1.21.4/index.toml index 437424e6b..f79bdc241 100644 --- a/versions/re-console-lite/modrinth/fabric/1.21.4/index.toml +++ b/versions/re-console-lite/modrinth/fabric/1.21.4/index.toml @@ -142,6 +142,11 @@ file = "mods/lithium.pw.toml" hash = "df9d69dc784ef61e99064407952d34c294f62fe1155b5260f825bd9a82e2f3a2" metafile = true +[[files]] +file = "mods/minimega.pw.toml" +hash = "c7466c64f7619e8c04083cc850cc4368c14085d51318eede5419d39e5ecd5101" +metafile = true + [[files]] file = "mods/modernfix.pw.toml" hash = "a874985359eaa4317b3242136fe65b86207a6d5ab55e0b4aa8f37b90727f0487" @@ -192,6 +197,11 @@ file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" hash = "e2df68f4727281ba97abbde12f3776ff9edf1b2ee67e36e30a25170ae0090e34" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.4/mods/minimega.pw.toml b/versions/re-console-lite/modrinth/fabric/1.21.4/mods/minimega.pw.toml new file mode 100644 index 000000000..0fdb81ffe --- /dev/null +++ b/versions/re-console-lite/modrinth/fabric/1.21.4/mods/minimega.pw.toml @@ -0,0 +1,13 @@ +name = "Minimega" +filename = "minimega-0.0.1-alpha.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/YPw9MkqG/minimega-0.0.1-alpha.16.jar" +hash-format = "sha512" +hash = "a13f09f4d3a2a4799545611023cd9638061b27febf77dc3f5addca3aa4bd435cb54281ec6b3487862cbd44cddf806b1ea29d6f5af1f27a08c0e3be85040743df" + +[update] +[update.modrinth] +mod-id = "d4zJxq8p" +version = "YPw9MkqG" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.4/pack.toml b/versions/re-console-lite/modrinth/fabric/1.21.4/pack.toml index eb7edee0c..e9d8a8233 100644 --- a/versions/re-console-lite/modrinth/fabric/1.21.4/pack.toml +++ b/versions/re-console-lite/modrinth/fabric/1.21.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "51777d2b58f6463fdae0f16c9f9408599b23c02d742c03b852a59063cd2f15e4" +hash = "039062cfc2aac31158322085d65ba5b11efcbae025b6f9548bc6b1a0fc3b699f" [versions] fabric = "0.16.14" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-worlds.pw.toml b/versions/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.5/index.toml b/versions/re-console-lite/modrinth/fabric/1.21.5/index.toml index 1f29f311b..29e4a8e1d 100644 --- a/versions/re-console-lite/modrinth/fabric/1.21.5/index.toml +++ b/versions/re-console-lite/modrinth/fabric/1.21.5/index.toml @@ -132,6 +132,11 @@ file = "mods/lithium.pw.toml" hash = "5773d3e597b591a9cd1d6d0808aa5820ecfef9f95c3ebe88aae485980f032e8a" metafile = true +[[files]] +file = "mods/minimega.pw.toml" +hash = "f09b806f6fd2388cefe10205d2fcff13ca85e4a8926d44ae3b456395b9855a26" +metafile = true + [[files]] file = "mods/servercore.pw.toml" hash = "08e7fcbf0eb89fd14ebbbe9f041c60c5b5cd63e5554386766b6ef7476e7ed65a" @@ -172,6 +177,11 @@ file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" hash = "e2df68f4727281ba97abbde12f3776ff9edf1b2ee67e36e30a25170ae0090e34" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.5/mods/minimega.pw.toml b/versions/re-console-lite/modrinth/fabric/1.21.5/mods/minimega.pw.toml new file mode 100644 index 000000000..10724c8b0 --- /dev/null +++ b/versions/re-console-lite/modrinth/fabric/1.21.5/mods/minimega.pw.toml @@ -0,0 +1,13 @@ +name = "Minimega" +filename = "minimega-0.0.1-alpha.17.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/41jU11OP/minimega-0.0.1-alpha.17.1.jar" +hash-format = "sha512" +hash = "e900b83605731c0dbf46382fa86443bd02b4c7f2e2febf27745375bcb949f0037ffc73de4f8ad061750cafd4646b342e4b8522385f1aae5dcf18c36f29cb2e63" + +[update] +[update.modrinth] +mod-id = "d4zJxq8p" +version = "41jU11OP" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.5/pack.toml b/versions/re-console-lite/modrinth/fabric/1.21.5/pack.toml index b3a1db662..0b94f9e09 100644 --- a/versions/re-console-lite/modrinth/fabric/1.21.5/pack.toml +++ b/versions/re-console-lite/modrinth/fabric/1.21.5/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f178b0f56f5f7a33b8b5398a25840bfeaace50588b5b677f598eaf77b9c1daca" +hash = "fd49e04d02f3664c23f66f8df27cdde9c32a1e8796a841f65bc1857334d643cb" [versions] fabric = "0.16.14" diff --git a/versions/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-worlds.pw.toml b/versions/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz"