From bf5de2cdbf02771cb544e95ac2a643299208c8ef Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 9 May 2026 14:12:01 -0600 Subject: [PATCH] feat(rc): finish update --- .../mods/cubes-without-borders.pw.toml | 13 -- .../modpack_defaults/resource_albums.json | 6 + .../assets/legacy/lang/en_us.json | 14 +- modpacks/rc-plus/26.1.2-mr/index.toml | 192 ++++++++++++++++-- .../mods/advancement-screenshot.pw.toml | 13 ++ .../mods/animaticarefabricated.pw.toml | 13 ++ .../mods/borderless-mining-updated.pw.toml | 13 ++ .../rc-plus/26.1.2-mr/mods/collective.pw.toml | 13 ++ .../mods/entity-model-features.pw.toml | 8 +- .../rc-plus/26.1.2-mr/mods/krypton.pw.toml | 13 -- .../rc-plus/26.1.2-mr/mods/minimega.pw.toml | 8 +- .../26.1.2-mr/mods/moderner-beta.pw.toml | 8 +- .../rc-plus/26.1.2-mr/mods/skyboxify.pw.toml | 13 ++ .../rc-plus/26.1.2-mr/mods/sodium.pw.toml | 8 +- modpacks/rc-plus/26.1.2-mr/pack.toml | 2 +- .../26.1.2-mr/resource_albums/ashen.json | 19 ++ .../resource_albums/classichighres.json | 20 ++ .../26.1.2-mr/resource_albums/pvp.json | 20 ++ .../26.1.2-mr/resource_albums/realistic.json | 20 ++ .../resource_albums/ultrahighres.json | 20 ++ .../resource_albums/vanillaplus.json | 2 + .../26.1.2-mr/resource_albums/whimscape.json | 20 ++ .../resourcepacks/3d-default.pw.toml | 13 ++ .../26.1.2-mr/resourcepacks/ashen.pw.toml | 13 ++ .../classic-faithful-32x.pw.toml | 13 ++ .../resourcepacks/faithful-64x.pw.toml | 13 ++ .../resourcepacks/patrix-32x.pw.toml | 13 ++ .../re-console-resources.pw.toml | 6 +- .../resourcepacks/short-pvp-swords.pw.toml | 13 ++ .../resourcepacks/shortshield.pw.toml | 13 ++ .../simple-grass-flowers.pw.toml | 13 ++ .../26.1.2-mr/resourcepacks/whimscape.pw.toml | 13 ++ .../shaderpacks/bliss-shader.pw.toml | 13 ++ .../26.1.2-mr/shaderpacks/bsl-shaders.pw.toml | 13 ++ .../complementary-reimagined.pw.toml | 13 ++ .../shaderpacks/complementary-unbound.pw.toml | 13 ++ .../shaderpacks/kappa-shader.pw.toml | 13 ++ .../makeup-ultra-fast-shaders.pw.toml | 13 ++ .../shaderpacks/miniature-shader.pw.toml | 13 ++ .../26.1.2-mr/shaderpacks/noble.pw.toml | 13 ++ .../shaderpacks/nostalgia-shader.pw.toml | 13 ++ .../shaderpacks/redhat-shaders.pw.toml | 13 ++ .../26.1.2-mr/shaderpacks/renderpearl.pw.toml | 13 ++ .../shaderpacks/rethinking-voxels.pw.toml | 13 ++ .../26.1.2-mr/shaderpacks/shrimple.pw.toml | 13 ++ .../shaderpacks/solas-shader.pw.toml | 13 ++ .../shaderpacks/super-duper-vanilla.pw.toml | 13 ++ modpacks/rc-plus/changelog.md | 127 +++++++++--- 48 files changed, 814 insertions(+), 89 deletions(-) delete mode 100644 modpacks/rc-plus/1.21.10-mr/mods/cubes-without-borders.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/mods/advancement-screenshot.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/mods/animaticarefabricated.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/mods/collective.pw.toml delete mode 100644 modpacks/rc-plus/26.1.2-mr/mods/krypton.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resource_albums/ashen.json create mode 100644 modpacks/rc-plus/26.1.2-mr/resource_albums/classichighres.json create mode 100644 modpacks/rc-plus/26.1.2-mr/resource_albums/pvp.json create mode 100644 modpacks/rc-plus/26.1.2-mr/resource_albums/realistic.json create mode 100644 modpacks/rc-plus/26.1.2-mr/resource_albums/ultrahighres.json create mode 100644 modpacks/rc-plus/26.1.2-mr/resource_albums/whimscape.json create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-default.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/ashen.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-faithful-32x.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-64x.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/patrix-32x.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/short-pvp-swords.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/shortshield.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/simple-grass-flowers.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/resourcepacks/whimscape.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/noble.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/nostalgia-shader.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/redhat-shaders.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/renderpearl.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/shrimple.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml create mode 100644 modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml diff --git a/modpacks/rc-plus/1.21.10-mr/mods/cubes-without-borders.pw.toml b/modpacks/rc-plus/1.21.10-mr/mods/cubes-without-borders.pw.toml deleted file mode 100644 index 840cd15c7..000000000 --- a/modpacks/rc-plus/1.21.10-mr/mods/cubes-without-borders.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cubes Without Borders" -filename = "cwb-fabric-3.0.0+mc1.21.5.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/wXhtL4fb/cwb-fabric-3.0.0%2Bmc1.21.5.jar" -hash-format = "sha512" -hash = "93ef2bce695fd7d180d03d8d1d2a15c74e7807f74f087518d607f754d58b1945fb571c5aa426e673c70c4c08dab54034cc927c89d4e5bf9521035dbbd5a6f236" - -[update] -[update.modrinth] -mod-id = "ETlrkaYF" -version = "wXhtL4fb" diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json index 6b56752fa..be6f6f225 100644 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json +++ b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json @@ -24,10 +24,16 @@ "halloween", "super_mario", "darkmode", + "pvp", "animated", "trailer", "vanillaplus", "faithful", + "uhr", + "chr", + "ashen", + "realistic", + "whimscape", "beta", "alpha", "live", diff --git a/modpacks/rc-plus/26.1.2-mr/global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_us.json index 082f320b3..5ebc57983 100644 --- a/modpacks/rc-plus/26.1.2-mr/global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_us.json +++ b/modpacks/rc-plus/26.1.2-mr/global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_us.json @@ -31,12 +31,24 @@ "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", "legacy.menu.albums.resource.beta": "Beta Texture Pack", "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", + "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and twice the fun!", "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", + "legacy.menu.albums.resource.uhr.description": "The original Minecraft texture feel, with quadruple the resolution and four times the fun!", + "legacy.menu.albums.resource.uhr": "Ultra High-Resolution Texture Pack", + "legacy.menu.albums.resource.pvp.description": "The original Minecraft textures, with shorter swords and shields, among other enhancements to the PVP experience!", + "legacy.menu.albums.resource.pvp": "Player vs. Player Texture Pack", + "legacy.menu.albums.resource.ashen": "Ashen Texture Pack", + "legacy.menu.albums.resource.ashen.description": "A Minecraft Texture Pack, built around fantasy and medieval vibes", + "legacy.menu.albums.resource.real.description": "A Minecraft Texture Pack that provides very realistic graphics!", + "legacy.menu.albums.resource.real": "Realistic Texture Pack", "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", "legacy.menu.albums.resource.live": "Live Texture Pack", "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", + "legacy.menu.albums.resource.whimscape": "Whimsical Texture Pack", + "legacy.menu.albums.resource.whimscape.description": "A Minecraft Texture Pack that transforms your game into a brightly colored, indie-style masterpiece!", + "legacy.menu.albums.resource.chr.description": "The classic feel of high resolution Minecraft, from the early 2010s!", + "legacy.menu.albums.resource.chr": "Classic High-Resolution Texture Pack", "legacy.menu.albums.resource.adv_time": "Adventure Time", "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", "legacy.menu.albums.resource.candy": "Candy Texture Pack", diff --git a/modpacks/rc-plus/26.1.2-mr/index.toml b/modpacks/rc-plus/26.1.2-mr/index.toml index 186eb1d64..110325343 100644 --- a/modpacks/rc-plus/26.1.2-mr/index.toml +++ b/modpacks/rc-plus/26.1.2-mr/index.toml @@ -334,7 +334,7 @@ hash = "db0b55d175a9d75439834552f9ff313983a94d272ed9039a085bb90004375995" [[files]] file = "config/modpack_defaults/resource_albums.json" -hash = "f8c32fda7982063d1701ee7ff8d949e5fba9a4bd673e16979870704ef034a619" +hash = "caa768e2d89c050956ca10f6064b2bed5c11cc4122cdf295b365269fd8dd1390" [[files]] file = "config/modpack_defaults/resource_albums/alpha.json" @@ -1042,7 +1042,7 @@ hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_us.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "9558030cde37b3ff15b230222b43eaa327a40c20d07b924f0c8584844d573736" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/enp.json" @@ -1428,11 +1428,21 @@ hash = "c9f1c6b5bd41148af419bc3a72c5fbcbe0e093bea2d11ae554ae5531506372a2" file = "global_packs/required_resources/Re-Console+ Resources/pack.png" hash = "ceb8eb65289969cc6357c186c6ca529560aae559decb13ae02b343c974d91fa6" +[[files]] +file = "mods/advancement-screenshot.pw.toml" +hash = "9ba7ba4faae9cfa6a5577d103b30b1de0b8e9e323bd1239697c7b25b9d5cf459" +metafile = true + [[files]] file = "mods/amecs.pw.toml" hash = "f0526e4dcbb5e1463d8ab2a5cd52c51fb2fdcd582a9c3dbeec86cbcc035b76d5" metafile = true +[[files]] +file = "mods/animaticarefabricated.pw.toml" +hash = "f57fd73661597866f209d7e8e4fdfc11f8a1ef1a3a780fe1796c28f1b6d48bda" +metafile = true + [[files]] file = "mods/animatium.pw.toml" hash = "2cc4bc2fc29c36574b102b5628bbc16b197cd825e22bdc4b7e74670a9f2b0c67" @@ -1458,6 +1468,11 @@ file = "mods/bobby.pw.toml" hash = "29be6fd74f960ca0d9e7015ebae1f83f629703bafa6bee8ab30e7504193ff24f" metafile = true +[[files]] +file = "mods/borderless-mining-updated.pw.toml" +hash = "a8ce02eed00f3aed3f53466a4b24cc1ec2ebafa23a85545f0788751a0a5a2b08" +metafile = true + [[files]] file = "mods/bugfixerupper.pw.toml" hash = "5791cb0e3f23d8be295669b9e639caebc60d7a65c98793f04a917a339ea2b57d" @@ -1488,6 +1503,11 @@ file = "mods/cloth-config.pw.toml" hash = "1b8f4603e81c48badce4a9321dea87bdeb9d3b5a2f0be566139d087afad73a47" metafile = true +[[files]] +file = "mods/collective.pw.toml" +hash = "6f8497356da66a9100d4250d98785cd15fb69dc28290d2a69ccbe8bcfbc0b2af" +metafile = true + [[files]] file = "mods/configmanager.pw.toml" hash = "b05837b7f732face70b56b6ec14ad493238b2f27c09adb373a747fb28386a0f7" @@ -1530,7 +1550,7 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "22a4393b10d352d054bc13e1992d36c652f96d4e0dea28460b060afd0a372bd7" +hash = "6c2f5d0b6229451159ab5d44c1b38954dc0236b94388b6e0ac174b5475cd2135" metafile = true [[files]] @@ -1623,11 +1643,6 @@ file = "mods/kreno-fpatcher.pw.toml" hash = "366c1440db0a711f2e9c9c595f9a9f28cc52f01f4cf8dbb3379311ca45144d68" metafile = true -[[files]] -file = "mods/krypton.pw.toml" -hash = "d5060b22fa47d5d56e0f4617904731e9d397d1ba104320b7ec8e59f7ca0700a7" -metafile = true - [[files]] file = "mods/lambdabettergrass.pw.toml" hash = "78d6b48a474a33a1a089b81ca847a5ee5ff98773e9ed434bad8f797e36eb59cc" @@ -1645,7 +1660,7 @@ metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "1aa8f7a205ad9832b366d45c669a2180f2f4887a35fbb378e0cbe53083ad8711" +hash = "d7e34117f2a40e2d5a3c0c41dd236d85d228e39b09fe670effd33d343d3eeced" metafile = true [[files]] @@ -1675,12 +1690,12 @@ metafile = true [[files]] file = "mods/minimega.pw.toml" -hash = "434befac7e98639bed88e552878aca9ed4f14d33db6824af9fb3d66996667525" +hash = "d5096e7e86940e28189e1d16e0cc121a95454b73dd51d51c9f7d3f54230ba973" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "304f07704a3b63574b74b9021caf9ed89639483073bf1768037df97ef223d318" +hash = "7c28c238c031a19433620992a1fd1496049bfb524ae86af41a3ac5abe40e3526" metafile = true [[files]] @@ -1778,6 +1793,11 @@ file = "mods/simple-voice-chat.pw.toml" hash = "2e210dbb2eca274d176c1f5d93d41638f9826153d358e9c428f1341331bc0ea5" metafile = true +[[files]] +file = "mods/skyboxify.pw.toml" +hash = "20257162650c1b71e2967f6bfb92c28f32e810d666837fdcf9240474559f8d96" +metafile = true + [[files]] file = "mods/sodium-shadowy-path-blocks.pw.toml" hash = "496d19021b039e2c2bcc8ebdfb9e5c7211e33ff6e45343ad863c2ef6b3fe8a3b" @@ -1785,7 +1805,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "b3bf6eb1cf803d702af91d3ca5f39e7528e1d55afdae03833f6e31698803caa9" +hash = "2f67aab82589795053a900088d14edd10cfca4902a00a1d5b7101d5c2d80568b" metafile = true [[files]] @@ -1811,6 +1831,10 @@ hash = "932d85a4cb1b346117a420b1189d0535762361dc0d90c49e4b070eec5da0dd7f" file = "resource_albums/animated.json" hash = "572113c32f913ab6e01cbcc962063ebf5a1f3a31478a387b8e5cac75dbaf9591" +[[files]] +file = "resource_albums/ashen.json" +hash = "cf31852238e00f1d811fe91a5ca33e4250749913f5fdbb3cd0389ad3e530d877" + [[files]] file = "resource_albums/beta.json" hash = "23ae2314bff69c4937c8e55ecc96eebec65a74111b784ce6434001a8e10856c5" @@ -1835,6 +1859,10 @@ hash = "cd29f79cff798f81ac33703396b7a8924988c499e5c3ab834c4dbc3eca4cf187" file = "resource_albums/city.json" hash = "9e34ddb5fdb07923dfaccc81ac995b34e89c40421e1a142ce40da8ecf37f9245" +[[files]] +file = "resource_albums/classichighres.json" +hash = "fb3b7f4b25b274088541298bdaafc342a05b252fcdd324da2a594865a03bd753" + [[files]] file = "resource_albums/darkmode.json" hash = "3c06b5d7a262442106e322aa81376d13f4bbb7880f8399fbed8cd1bd415e9c1b" @@ -1903,6 +1931,14 @@ hash = "3e6a064f87949c8c0b3a8db392cb8d0a5e056dbbd4c1d929078f449c71232971" file = "resource_albums/ps4parity.json" hash = "dcc8070c1d4b80f96d600a243cbbb493ac9c6a28ea3820bce1502423ea31a451" +[[files]] +file = "resource_albums/pvp.json" +hash = "465ae15ba2e693a99a5e210e9b52cd6b6719355dc565164535729ca14c99ac6b" + +[[files]] +file = "resource_albums/realistic.json" +hash = "e3bf603ca8b7006154cf4188ea63c7bf3783bd54417f02b118969838a5d6868b" + [[files]] file = "resource_albums/steampunk.json" hash = "158e46f66f2971df7a6affdc953f8e8fc1e372f52acc21faeaf2146d05490b4d" @@ -1919,19 +1955,32 @@ hash = "bf74d0bfdd233ee11a8cb9be5028bbfe8abeb4bfe38c90c7070d452b3e56373e" file = "resource_albums/trailer.json" hash = "22d73ce5c2ba0feebfd33154cfae97bac309fa1c2920f71c4ff3c8ee6fc74689" +[[files]] +file = "resource_albums/ultrahighres.json" +hash = "8e64430372df2af9f02c49c70d035a57e3dba3857f4b0c821c7fa7d6db2020a0" + [[files]] file = "resource_albums/vanillaplus.json" -hash = "6adc8539185c59ece423fd269704b9a9e4dec358a21fef4f04326cd362b2b54c" +hash = "a8ba81e8f85eafa09e797e5ac6eae3860d89b2e1a1d59e4bd1f1714dbdca6840" [[files]] file = "resource_albums/vintage.json" hash = "979ca7841a7607b0986d998521e40bbc9261c3766d57219c71d8c855d3ab1f05" +[[files]] +file = "resource_albums/whimscape.json" +hash = "5e9feb7259496856eb8eca8bb605e06606e84e0b077f5036d8ca06529349d259" + [[files]] file = "resourcepacks/3d-crops.pw.toml" hash = "62e546be928d87acf252a5c5c2da023f7773dc5b7501a892dfdfe4e64eee9040" metafile = true +[[files]] +file = "resourcepacks/3d-default.pw.toml" +hash = "9519e4f060b28a1f4e0e98da8e82984c3b67693e521661737a5066c9cb354679" +metafile = true + [[files]] file = "resourcepacks/Bare Bones Panorama/assets/legacy/textures/gui/title/panorama_day.png" hash = "2424ce4d4e49fcfaf5f98673ac3ac4f340d128e8a1b63d389d9dbdec3629a84b" @@ -3045,6 +3094,11 @@ file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" metafile = true +[[files]] +file = "resourcepacks/ashen.pw.toml" +hash = "3b12b08bd3d5762e9cee59d89f66af09053ea61a726ddc4cb48484da58bf2ead" +metafile = true + [[files]] file = "resourcepacks/bare-bones-x-lambdabettergrass.pw.toml" hash = "d61e4b96debe2d3697c25b920d45935f2616bb75a797bf2b7035f9504d78dd01" @@ -3080,6 +3134,11 @@ file = "resourcepacks/city-texture-pack.pw.toml" hash = "be00f0edb7249d0db2faa21008b115eb514fa23937b1620dd656caa7c705cb8b" metafile = true +[[files]] +file = "resourcepacks/classic-faithful-32x.pw.toml" +hash = "18171dad99ac3ce9a8ce114c4ed17ab22cfee19877bc43c6238f2a76dfd24c56" +metafile = true + [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" @@ -3100,6 +3159,11 @@ file = "resourcepacks/faithful-32x.pw.toml" hash = "01921b712bbce9cc48ab2d0e2c0101fbcf339be70deeb3b3cebfc0fba1f763cd" metafile = true +[[files]] +file = "resourcepacks/faithful-64x.pw.toml" +hash = "f25566397dc834a2c26008bf84d27aa241794451f7fa055d85ccc373b034aeb1" +metafile = true + [[files]] file = "resourcepacks/faithful-legacy.pw.toml" hash = "3b43dccc85c8990d1e6c30f54080ca9a5bceb4737270307659babad17312e964" @@ -3220,6 +3284,11 @@ file = "resourcepacks/pacp.pw.toml" hash = "64ff7a91988a3addb09630849b91fd53e20c040626589b2ae382cfccd72b2533" metafile = true +[[files]] +file = "resourcepacks/patrix-32x.pw.toml" +hash = "7a214df23c691e494c68d227d034babfe988024f85c249465b2fbfeebae5070c" +metafile = true + [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" hash = "7675b6231c2801e14ae3fa08e0bd1bfdeb5e7d200f9e9e3b1d49fd97d7ee2354" @@ -3247,7 +3316,7 @@ metafile = true [[files]] file = "resourcepacks/re-console-resources.pw.toml" -hash = "3d97c817c6fe24f785028ff4aedd9287fd35562940c1ce8f3a1b6144d0ea0acb" +hash = "7c1f010c8a656e5d7b36f51756cc0c241975020563e1d5eddd2468775508f4fb" metafile = true [[files]] @@ -3255,6 +3324,21 @@ file = "resourcepacks/round-trees.pw.toml" hash = "64aea025994a3e2c5620903ab114ec1b38c202eaa4d5fc386904185b2bd1be61" metafile = true +[[files]] +file = "resourcepacks/short-pvp-swords.pw.toml" +hash = "6a780e4ac185ee38f3d1c1e48c0cf56be9184f9aeced23026e779302af9a6ea7" +metafile = true + +[[files]] +file = "resourcepacks/shortshield.pw.toml" +hash = "c7fa23defa2e8c6564a32bbf7090a04ec06dac20009afb23889248757e22c2c4" +metafile = true + +[[files]] +file = "resourcepacks/simple-grass-flowers.pw.toml" +hash = "bc4dcbd6b77adb2180049d63ed4a8981553f06dbf3e32080022ffd87dd1fb09b" +metafile = true + [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" hash = "f969c0b4ebc7348159c63988fae1c52295c99a350eda0446cdd45ed0e3d5776c" @@ -3304,3 +3388,83 @@ metafile = true file = "resourcepacks/vintage.pw.toml" hash = "85e13b5798f65e261b420c1fabce203f5b403a66e98a1c302db6683ee0254264" metafile = true + +[[files]] +file = "resourcepacks/whimscape.pw.toml" +hash = "0304a815b07a4f142acb6ecdebb7f1ea4d70c11a6578a178fa03ad5dc93d7336" +metafile = true + +[[files]] +file = "shaderpacks/bliss-shader.pw.toml" +hash = "8ffd81a5e0b4c3bc2daf0d86714ef56df4beb1ed87a5c41c4e9bbb94a7006bc1" +metafile = true + +[[files]] +file = "shaderpacks/bsl-shaders.pw.toml" +hash = "f91c2ec79366b4607d93928a07c223cbaa4a2e18fe0c110e68a3fc064e69b65a" +metafile = true + +[[files]] +file = "shaderpacks/complementary-reimagined.pw.toml" +hash = "b769a2f7ef2fa754224c5068491e79d02c0c85e0bc326fc05247f18315cc866b" +metafile = true + +[[files]] +file = "shaderpacks/complementary-unbound.pw.toml" +hash = "5caf93fa1624aeb26d11cdbadcb0c03b2a92815c798a930014774c7d525baf28" +metafile = true + +[[files]] +file = "shaderpacks/kappa-shader.pw.toml" +hash = "a01d824c592eebca3df5b5af6aed07839eb8b544de20a2e4f276cb0622b203c9" +metafile = true + +[[files]] +file = "shaderpacks/makeup-ultra-fast-shaders.pw.toml" +hash = "784936d0db9b68ae57e8d212f5991f7f8c73ab1387854b9618e1d9a2be6a0205" +metafile = true + +[[files]] +file = "shaderpacks/miniature-shader.pw.toml" +hash = "de749797d713257fcf26acd326fe08b8160e623f938cdea73cf542e5fef668fd" +metafile = true + +[[files]] +file = "shaderpacks/noble.pw.toml" +hash = "7f8afd7eeb21b5066c1381e8dbb81ab3d4b9c1f32f858227f2cff30caccc5fa9" +metafile = true + +[[files]] +file = "shaderpacks/nostalgia-shader.pw.toml" +hash = "c889cdbd8131aabcdb3f7e16bec343d877025a0862b4c033d4a95febca21d187" +metafile = true + +[[files]] +file = "shaderpacks/redhat-shaders.pw.toml" +hash = "5a73766d610c9c1d4d4a960ef0f0a2f7911ecc66713dfc36ccebbb5ed8ce171a" +metafile = true + +[[files]] +file = "shaderpacks/renderpearl.pw.toml" +hash = "d6d734e58c61c72567b69d5eaed9021aef997fd68fe49b2506f9c2bd9f1b276c" +metafile = true + +[[files]] +file = "shaderpacks/rethinking-voxels.pw.toml" +hash = "0a3f01f56afd065dc65dffb073b4fc5f9ae031aaef08d95d9df92e0093ac8504" +metafile = true + +[[files]] +file = "shaderpacks/shrimple.pw.toml" +hash = "79733fc3a9a56bf32a40b4d79e4095747e0d010688887c76cc7a1e7db206d30a" +metafile = true + +[[files]] +file = "shaderpacks/solas-shader.pw.toml" +hash = "9d611dca9d1af11a43d3bda6ef6d5ef7389b9184e62e82f1bcfe7aa4a9f68fbd" +metafile = true + +[[files]] +file = "shaderpacks/super-duper-vanilla.pw.toml" +hash = "a8d349403d1c4b03c42f1962ba993e8b3dd65b9176176eec256f3fc6cbd9f40a" +metafile = true diff --git a/modpacks/rc-plus/26.1.2-mr/mods/advancement-screenshot.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/advancement-screenshot.pw.toml new file mode 100644 index 000000000..9010f8a12 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/mods/advancement-screenshot.pw.toml @@ -0,0 +1,13 @@ +name = "Advancement Screenshot" +filename = "advancementscreenshot-26.1.2-5.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lU8KbfG2/versions/jGP9gOEi/advancementscreenshot-26.1.2-5.2.jar" +hash-format = "sha512" +hash = "6b80df8b0d8380261223a87c3e9114ec0b1d31ffd2a97a528f253b8def8979e7373b4c99fe1cff9ff30219dc2dea3596949e8335a2b32668e3263887559aff8e" + +[update] +[update.modrinth] +mod-id = "lU8KbfG2" +version = "jGP9gOEi" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/animaticarefabricated.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/animaticarefabricated.pw.toml new file mode 100644 index 000000000..37bbf764d --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/mods/animaticarefabricated.pw.toml @@ -0,0 +1,13 @@ +name = "Animatica Refabricated" +filename = "animatica-0.6.1+26.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xEyZuswh/versions/JX3Uw3pT/animatica-0.6.1%2B26.1.jar" +hash-format = "sha512" +hash = "9e13dcd5e9e3e207ced503832536042f2d13e22cb562dbe91d7b77cc4e7a0bc459ed26625f97545aaa63cf68938e864d530be4dbf176ab16669fcb847f13c89e" + +[update] +[update.modrinth] +mod-id = "xEyZuswh" +version = "JX3Uw3pT" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml new file mode 100644 index 000000000..21657ef7a --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml @@ -0,0 +1,13 @@ +name = "Borderless Mining Updated" +filename = "borderlessmining-1.2.3+26.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/KxYAzYLi/versions/Q2HwYDTI/borderlessmining-1.2.3%2B26.1-fabric.jar" +hash-format = "sha512" +hash = "55204b77f87758525898367af2ba1397fb3abbb148a482fb3252d09853d30c097f6c5002b32c08bddeb38684a96a4eff819fcefd3d50cf9c224b6638c09e076c" + +[update] +[update.modrinth] +mod-id = "KxYAzYLi" +version = "Q2HwYDTI" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/collective.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/collective.pw.toml new file mode 100644 index 000000000..0410afc25 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-26.1.2-8.22.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/ZnNSwSh3/collective-26.1.2-8.22.jar" +hash-format = "sha512" +hash = "e0998373e013b5f9828d2a6fddcab719037643c405ce24a02c4b11fc0274c1dbeacb486ce5aa51d2e60227c8dd0a74d1947af8b64ee936dd774d3ad6ac73bbc6" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "ZnNSwSh3" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml index 467940173..6c9652d7a 100644 --- a/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml +++ b/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml @@ -1,13 +1,13 @@ name = "[EMF] Entity Model Features" -filename = "entity_model_features_26.1-fabric-3.2.2.jar" +filename = "entity_model_features-3.2.4-26.1-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/dZCNlZz2/entity_model_features_26.1-fabric-3.2.2.jar" +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/3AWXQABp/entity_model_features-3.2.4-26.1-fabric.jar" hash-format = "sha512" -hash = "f85bfd5ca99de57c349dea5facda431d586ec636dcd08249629dc3ce766d24231b12e45895be56d2460f14a581994d7b9bc5346578af9b85e63168187200a61e" +hash = "b4b27472517832751200532f0542ada0a8d700039eac1222f9944a42fc965ba361d5119d53593a733cd4807ab4337f2143959762f8a0ea01bc5eb1d98ff3dc6e" [update] [update.modrinth] mod-id = "4I1XuqiY" -version = "dZCNlZz2" +version = "3AWXQABp" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/krypton.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/krypton.pw.toml deleted file mode 100644 index 32cf40589..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/krypton.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Krypton" -filename = "krypton-0.3.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/kYAGItyj/krypton-0.3.0.jar" -hash-format = "sha512" -hash = "14233210283a76f3cf435a3b8ddbcbd65a858d2b1a10b88ff643c0a01486dfd2bf1843bd3456cd4fb86cbb3b06f2dea0c4e663b1976a48e96de16d3b5a707ec9" - -[update] -[update.modrinth] -mod-id = "fQEb0iXm" -version = "kYAGItyj" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/minimega.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/minimega.pw.toml index 65bb4ab99..edbe672e9 100644 --- a/modpacks/rc-plus/26.1.2-mr/mods/minimega.pw.toml +++ b/modpacks/rc-plus/26.1.2-mr/mods/minimega.pw.toml @@ -1,13 +1,13 @@ name = "Minimega" -filename = "minimega-6.1.10.jar" +filename = "minimega-6.1.20.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/w0d0neoq/minimega-6.1.10.jar" +url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/9NXiQjnS/minimega-6.1.20.jar" hash-format = "sha512" -hash = "b94d4735f526679d1bd67b0a252ee4b5b0b33cd033080f35d49ad16b325b8d0c9cb7553b8f1112078541da4b8ebe16460427763d2360699fd217bbcdd9c01a04" +hash = "0b04fab7d7a70a6426c19ad5c18df32bdc059970fa26428ba56b0b2685033a3d2a8897009073b455632cfd30a72b7546d38fb9a6e240785e633f5084ce4e9ce3" [update] [update.modrinth] mod-id = "d4zJxq8p" -version = "w0d0neoq" +version = "9NXiQjnS" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml index ff18197e9..832b217b1 100644 --- a/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml +++ b/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-4.1.4+26.1.jar" +filename = "moderner-beta-fabric-4.1.5+26.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/I23J0HFR/moderner-beta-fabric-4.1.4%2B26.1.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/uPyJ1mXe/moderner-beta-fabric-4.1.5%2B26.1.jar" hash-format = "sha512" -hash = "c9889ed40690854dcb5642217b972d2485c5288ace91fdf681fe6670e11ebeefebf2a64331ccf2b6ebcedbea14bef48c066a677bd8b9a532292410030d7e1d65" +hash = "66d80ae827ddba68a6da8f2dda5fc685b2d2910351b93b9808efcac7519bba02b743b1458d10994c057ce47cd88c96961cae559943acd7c3da7eed8ad64ec2bb" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "I23J0HFR" +version = "uPyJ1mXe" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml new file mode 100644 index 000000000..a377f91eb --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml @@ -0,0 +1,13 @@ +name = "Skyboxify" +filename = "skyboxify-2.8+26.1.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DWuwk8aA/versions/R7DoQLx1/skyboxify-2.8%2B26.1.2-fabric.jar" +hash-format = "sha512" +hash = "2f0e433f436a1c8f76770a8639585eae32cf7deb0f3153b26db31ae11852e3562c6ccb9a29245074543686a73007d3536d6413acadced9249114f6665d3545fb" + +[update] +[update.modrinth] +mod-id = "DWuwk8aA" +version = "R7DoQLx1" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml index 8813f18f7..450f1d01d 100644 --- a/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml +++ b/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-0.8.11+mc26.1.2.jar" +filename = "sodium-fabric-0.8.12-beta.1+mc26.1.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/ff7xUQLH/sodium-fabric-0.8.11%2Bmc26.1.2.jar" +url = "https://cdn.modrinth.com/data/AANobbMI/versions/yUMbbGVC/sodium-fabric-0.8.12-beta.1%2Bmc26.1.2.jar" hash-format = "sha512" -hash = "b60755799efb97f0d3d111c9d69887382da28aab3a7bf2fb4b7be7a9c6846f4f553421927c15a403c901c4b088773b82fdaa5af1a9414b19a627961e687ca66d" +hash = "2dfe6209dc61e1fa74fb61f6e6dc9c86a9c88a0a9490ec40b1026e991b7dcc9c3246acf5fd4ffe696ab312d6b315f322c2ea2d8d1846fbd404837f59377f0ef7" [update] [update.modrinth] mod-id = "AANobbMI" -version = "ff7xUQLH" +version = "yUMbbGVC" diff --git a/modpacks/rc-plus/26.1.2-mr/pack.toml b/modpacks/rc-plus/26.1.2-mr/pack.toml index e6cb258ca..faa48fc2a 100644 --- a/modpacks/rc-plus/26.1.2-mr/pack.toml +++ b/modpacks/rc-plus/26.1.2-mr/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f88ef6f3c133e75a37bcb5074d85ac648bd52821f2d699443802f3a192282498" +hash = "067add023bf716a98ead86e86d7628e61c6ecf50e1fab297f0af9a48572b2852" [versions] fabric = "0.19.2" diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/ashen.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/ashen.json new file mode 100644 index 000000000..fc5eebaa5 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/ashen.json @@ -0,0 +1,19 @@ +{ + "icon": "legacy:comparisons/ashen/icon", + "packs": [ + "variants-cit:assetgen", + "vanilla", + "fabric", + "file/Ashen_16x.zip", + "file/Legacy-Modpack-Resources.zip", + "srl_rp/Re-Console+ Language Files", + "betterblockentities-generated" + ], + "id": "ashen", + "name": { + "translate": "legacy.menu.albums.resource.ashen" + }, + "description": { + "translate": "legacy.menu.albums.resource.ashen.description" + } +} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/classichighres.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/classichighres.json new file mode 100644 index 000000000..a1c914f57 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/classichighres.json @@ -0,0 +1,20 @@ +{ + "icon": "legacy:comparisons/faithful/icon3", + "packs": [ + "variants-cit:assetgen", + "vanilla", + "fabric", + "file/CF32PA-2026r10.zip", + "file/faithful-legacy.zip", + "file/Legacy-Modpack-Resources.zip", + "srl_rp/Re-Console+ Language Files", + "betterblockentities-generated" + ], + "id": "chr", + "name": { + "translate": "legacy.menu.albums.resource.chr" + }, + "description": { + "translate": "legacy.menu.albums.resource.chr.description" + } +} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/pvp.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/pvp.json new file mode 100644 index 000000000..449a14793 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/pvp.json @@ -0,0 +1,20 @@ +{ + "icon": "legacy:comparisons/pvp/icon", + "packs": [ + "variants-cit:assetgen", + "vanilla", + "fabric", + "file/shorterswords.zip", + "file/Short Shield.zip", + "file/Legacy-Modpack-Resources.zip", + "srl_rp/Re-Console+ Language Files", + "betterblockentities-generated" + ], + "id": "pvp", + "name": { + "translate": "legacy.menu.albums.resource.pvp" + }, + "description": { + "translate": "legacy.menu.albums.resource.pvp.description" + } +} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/realistic.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/realistic.json new file mode 100644 index 000000000..b118af3cb --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/realistic.json @@ -0,0 +1,20 @@ +{ + "icon": "legacy:comparisons/realistic/icon", + "packs": [ + "variants-cit:assetgen", + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/Legacy-Modpack-Resources.zip", + "srl_rp/Re-Console+ Language Files", + "file/Patrix_26.1_32x_basic.zip", + "betterblockentities-generated" + ], + "id": "real", + "name": { + "translate": "legacy.menu.albums.resource.real" + }, + "description": { + "translate": "legacy.menu.albums.resource.real.description" + } +} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/ultrahighres.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/ultrahighres.json new file mode 100644 index 000000000..77c55a35a --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/ultrahighres.json @@ -0,0 +1,20 @@ +{ + "icon": "legacy:comparisons/faithful/icon2", + "packs": [ + "variants-cit:assetgen", + "vanilla", + "fabric", + "file/Faithful 64x - Release 13.zip", + "file/faithful-legacy.zip", + "file/Legacy-Modpack-Resources.zip", + "srl_rp/Re-Console+ Language Files", + "betterblockentities-generated" + ], + "id": "uhr", + "name": { + "translate": "legacy.menu.albums.resource.uhr" + }, + "description": { + "translate": "legacy.menu.albums.resource.uhr.description" + } +} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json index f6489402f..4aa365daa 100644 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json @@ -8,7 +8,9 @@ "file/RAYs_3D_Ladders_v2.0.zip", "file/Round-Trees-8.2.zip", "file/Better-Leaves-9.5.zip", + "file/3D Default 1.21.2+ v1.14.0.zip", "file/Legacy-Modpack-Resources.zip", + "file/Simple Grass Flowers v1.9.6.zip", "srl_rp/Re-Console+ Language Files", "betterblockentities-generated" ], diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/whimscape.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/whimscape.json new file mode 100644 index 000000000..e2cb980fe --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resource_albums/whimscape.json @@ -0,0 +1,20 @@ +{ + "icon": "legacy:comparisons/whimscape/icon", + "packs": [ + "variants-cit:assetgen", + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/Legacy-Modpack-Resources.zip", + "srl_rp/Re-Console+ Language Files", + "file/Whimscape_26.1_r1.zip", + "betterblockentities-generated" + ], + "id": "whimscape", + "name": { + "translate": "legacy.menu.albums.resource.whimscape" + }, + "description": { + "translate": "legacy.menu.albums.resource.whimscape.description" + } +} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-default.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-default.pw.toml new file mode 100644 index 000000000..40e599ce5 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-default.pw.toml @@ -0,0 +1,13 @@ +name = "3D Default" +filename = "3D Default 1.21.2+ v1.14.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5aPp18Lx/versions/IR01Wc03/3D%20Default%201.21.2%2B%20v1.14.0.zip" +hash-format = "sha512" +hash = "ac2abd538d25ecafab92181264fb695414a7b6acd911381663cd58e51f4e4c4ac5b51ab512d58619d7ecd13013bd1d40882afb8296fb165e779c831735810fed" + +[update] +[update.modrinth] +mod-id = "5aPp18Lx" +version = "IR01Wc03" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/ashen.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/ashen.pw.toml new file mode 100644 index 000000000..5ac77adda --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/ashen.pw.toml @@ -0,0 +1,13 @@ +name = "Ashen 16x" +filename = "Ashen_16x.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LSmohupN/versions/5rRyDqO1/Ashen_16x.zip" +hash-format = "sha512" +hash = "27e61a1679b37d6590caf69549c042506a1689d4afcc93a2141a6ac00dc7b5165076096f21d95555036709a055a390eb89c90102b2154713b34545df8932aa49" + +[update] +[update.modrinth] +mod-id = "LSmohupN" +version = "5rRyDqO1" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-faithful-32x.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-faithful-32x.pw.toml new file mode 100644 index 000000000..48419ffbe --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-faithful-32x.pw.toml @@ -0,0 +1,13 @@ +name = "Classic Faithful 32x" +filename = "CF32PA-2026r10.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bkFF9W8s/versions/K7Hn5UWz/CF32PA-2026r10.zip" +hash-format = "sha512" +hash = "c472244de4427ecc362d35d06354344e2e7dd97c391ab838a995d1c9af04a9152a32da83a072b2370f18bad0a78c80dc604a1a8f42c0832cd7cec54944754e27" + +[update] +[update.modrinth] +mod-id = "bkFF9W8s" +version = "K7Hn5UWz" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-64x.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-64x.pw.toml new file mode 100644 index 000000000..70b3cf88f --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-64x.pw.toml @@ -0,0 +1,13 @@ +name = "Faithful 64x" +filename = "Faithful 64x - Release 13.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/r4GILswZ/versions/yjAqtxxY/Faithful%2064x%20-%20Release%2013.zip" +hash-format = "sha512" +hash = "715ddf5e7ba089c08704bcd7fd281d6be0ae37dea7b7b105ef3c9d0b65eae34ac073f16b8718b83e0a9c40e9d38f66a4d2acf3e34238e8f8beea5af3119dd2f4" + +[update] +[update.modrinth] +mod-id = "r4GILswZ" +version = "yjAqtxxY" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/patrix-32x.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/patrix-32x.pw.toml new file mode 100644 index 000000000..85ddbc8b9 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/patrix-32x.pw.toml @@ -0,0 +1,13 @@ +name = "Patrix 32x" +filename = "Patrix_26.1_32x_basic.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/olO1TaXd/versions/dqji1V3m/Patrix_26.1_32x_basic.zip" +hash-format = "sha512" +hash = "0d5fce9c0726061a79f962eb4d68422f4b4b8ec977dc3734c9941a7989c34a0f9cd3d912dd867fbba6e0421f899c8f89b3af1d6b5f638f3a35a19875865c83fe" + +[update] +[update.modrinth] +mod-id = "olO1TaXd" +version = "dqji1V3m" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml index a1e61c022..36cd0b0b9 100644 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml @@ -3,11 +3,11 @@ filename = "Legacy-Modpack-Resources.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/6wDaJUyj/Legacy-Modpack-Resources.zip" +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/ZJu3wABe/Legacy-Modpack-Resources.zip" hash-format = "sha512" -hash = "0e241092c340bfa105ddde9b0a9b1320bb253f870ec49e227159d7585e6a1b8f471b8e0ef459b429ba48f1eb6d94818f8cc553eb75f000a038abe621f090a850" +hash = "b18140a6173ba5854a0f2b122bf140cafed3efad97dd791aa7109b00a8afc4490e7747ad76ef4b68da4aea5c09a1b7443d9c4b235737cdbaa1e218656f7ff543" [update] [update.modrinth] mod-id = "WUq4Lff9" -version = "6wDaJUyj" +version = "ZJu3wABe" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/short-pvp-swords.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/short-pvp-swords.pw.toml new file mode 100644 index 000000000..ecfcf9cb0 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/short-pvp-swords.pw.toml @@ -0,0 +1,13 @@ +name = "PvP Swords" +filename = "shorterswords.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BpaObV8j/versions/1znM09ry/shorterswords.zip" +hash-format = "sha512" +hash = "329cb4d1c6852aa6f25719a51ad79b9d996c4f41f3236687284c3fdd1468e80900c524ffefe3500607c3a6173103f3cb0dae8d353b97f552483c306d92b97256" + +[update] +[update.modrinth] +mod-id = "BpaObV8j" +version = "1znM09ry" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/shortshield.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/shortshield.pw.toml new file mode 100644 index 000000000..1150b8788 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/shortshield.pw.toml @@ -0,0 +1,13 @@ +name = "Short Shield" +filename = "Short Shield.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yiR8imzk/versions/iQmDvAC9/Short%20Shield.zip" +hash-format = "sha512" +hash = "2c1273a52ee6633ebb07308e6551a93e99e227bc27cf8fa22e9dca50c17999b69350300335c18b5e927d5a6843aa18a4906ea3e014c0b5258701dc0a4520f151" + +[update] +[update.modrinth] +mod-id = "yiR8imzk" +version = "iQmDvAC9" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/simple-grass-flowers.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/simple-grass-flowers.pw.toml new file mode 100644 index 000000000..d30482500 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/simple-grass-flowers.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Grass Flowers" +filename = "Simple Grass Flowers v1.9.6.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ti9KkMHm/versions/BFqp4P2V/Simple%20Grass%20Flowers%20v1.9.6.zip" +hash-format = "sha512" +hash = "47c295f2f0afa9509cceb1a35ad65ce2ada3ec443d068e710d841bda974e448447cfaa2510d7cd8a9c92b308894aec31bc892a5129b6b416d458d58c852de4a2" + +[update] +[update.modrinth] +mod-id = "ti9KkMHm" +version = "BFqp4P2V" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/whimscape.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/whimscape.pw.toml new file mode 100644 index 000000000..051315f8b --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/resourcepacks/whimscape.pw.toml @@ -0,0 +1,13 @@ +name = "Whimscape" +filename = "Whimscape_26.1_r1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4YkvO5Rp/versions/UO4LS77h/Whimscape_26.1_r1.zip" +hash-format = "sha512" +hash = "342a4ccdb9d7ec8732de69a21f5563f0a76a9b378d80a60011f4989c2a07e3da7574c722c9cbf319b3f79838fce9f5958e63fd3b808e782ab40fc578e57aef77" + +[update] +[update.modrinth] +mod-id = "4YkvO5Rp" +version = "UO4LS77h" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml new file mode 100644 index 000000000..7ff4c8b81 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml @@ -0,0 +1,13 @@ +name = "Bliss Shaders" +filename = "Bliss_v2.1.2_(Chocapic13_Shaders_edit).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZvMtQlho/versions/kC2Y8q1P/Bliss_v2.1.2_%28Chocapic13_Shaders_edit%29.zip" +hash-format = "sha512" +hash = "dafc60be4980ec40f40edc0f2625cb0976f3c9ce5ed86383146a120480826bb1de70ef5e38b7f1437294ed4d38c6ef3c82ebef0ae4e00b8cee165788c9c18280" + +[update] +[update.modrinth] +mod-id = "ZvMtQlho" +version = "kC2Y8q1P" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml new file mode 100644 index 000000000..ab59f5da8 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml @@ -0,0 +1,13 @@ +name = "BSL Shaders" +filename = "BSL_v10.1.3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/hIibTfxn/BSL_v10.1.3.zip" +hash-format = "sha512" +hash = "3e68c8038e38b0860cf1258e5fc84bcd98007a70fb7ba49e306186be6e905187527b630b77cb9e8cc8ee80865606c0fb398c419a22f0076b2ed5c7d73748a9ba" + +[update] +[update.modrinth] +mod-id = "Q1vvjJYV" +version = "hIibTfxn" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml new file mode 100644 index 000000000..0849c096a --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Reimagined" +filename = "ComplementaryReimagined_r5.7.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/836bPNGo/ComplementaryReimagined_r5.7.1.zip" +hash-format = "sha512" +hash = "840149dd8aff5d5d06d0d5a4ea83d4ea7f72eab3cb2b02de513c1f3eaa6e4627f68d9c0915b86fa37edad73cafd4648f156f373da52810cd34c67d797e0f6aef" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" +version = "836bPNGo" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml new file mode 100644 index 000000000..3a8f1bfa8 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Unbound" +filename = "ComplementaryUnbound_r5.7.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/d8rcvDTp/ComplementaryUnbound_r5.7.1.zip" +hash-format = "sha512" +hash = "207ad92ab354e1be002e1ccce978da3860af69532ddcdecbc2a943ffe1ff7ac5eec6b021073ae68b93d78499c63d505de3abf63d9058cdf6cb80bed6528b7532" + +[update] +[update.modrinth] +mod-id = "R6NEzAwj" +version = "d8rcvDTp" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml new file mode 100644 index 000000000..6d5bb4b03 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml @@ -0,0 +1,13 @@ +name = "Kappa Shader" +filename = "Kappa_v5.3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Y8161YLz/versions/8p4viq8V/Kappa_v5.3.zip" +hash-format = "sha512" +hash = "1103f42fe599ac6634675aa58e17de94b77b89ba148f30f3b4168eaebfe9e6ebc7fec76968c33b145d64e3234746efe3a932e0c2c46785f7e1b5b8bda8d355f9" + +[update] +[update.modrinth] +mod-id = "Y8161YLz" +version = "8p4viq8V" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml new file mode 100644 index 000000000..0a2260061 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml @@ -0,0 +1,13 @@ +name = "MakeUp - Ultra Fast" +filename = "MakeUp-UltraFast-9.5.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/izsIPI7a/versions/iF5yS074/MakeUp-UltraFast-9.5.zip" +hash-format = "sha512" +hash = "337c86ccd4317ea5b5e8e046b12f37f2057615e74ade76fd275f73ed29a915cb1fb6f4d0aba976d97b70ca285292217726d7a389cebbaddb1f7ae8d8d0b2b2c5" + +[update] +[update.modrinth] +mod-id = "izsIPI7a" +version = "iF5yS074" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml new file mode 100644 index 000000000..f93223b96 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml @@ -0,0 +1,13 @@ +name = "Miniature Shader" +filename = "miniature-shader-2.18.11.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UaS8ROxa/versions/hOUPzbJs/miniature-shader-2.18.11.zip" +hash-format = "sha512" +hash = "0f6c08c97b7f5be819b50adfe4f73e7a8da2ee1bb52149e8954ad70e27166dce46f4c087a5babe10e713adc37ef8026c7d11866044c228a32b3359ef32865440" + +[update] +[update.modrinth] +mod-id = "UaS8ROxa" +version = "hOUPzbJs" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/noble.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/noble.pw.toml new file mode 100644 index 000000000..2991b3a99 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/noble.pw.toml @@ -0,0 +1,13 @@ +name = "Noble Shaders" +filename = "Noble v1.9.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/sclYVqbt/versions/XyeJwXKp/Noble%20v1.9.1.zip" +hash-format = "sha512" +hash = "ffadb6ddd027215a05daf4b02220de61b433cb34fadc6618f0aebec72382828d225f1789b40d67ad800047640a838694ac9d50e55b09458b2c333cf69cf43a9c" + +[update] +[update.modrinth] +mod-id = "sclYVqbt" +version = "XyeJwXKp" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/nostalgia-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/nostalgia-shader.pw.toml new file mode 100644 index 000000000..f95ea4553 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/nostalgia-shader.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgia Shader" +filename = "Nostalgia_v5.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xEItlMn3/versions/fzxeGgx7/Nostalgia_v5.1.zip" +hash-format = "sha512" +hash = "9a15161da2e360bcc446bfeb5163a2b4e70e49b46545ccbdde05540a46d861a7a378c243769faeabca76019e75cb1e55b1b2c04f74b8aaa23b86d436ebbb034c" + +[update] +[update.modrinth] +mod-id = "xEItlMn3" +version = "fzxeGgx7" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/redhat-shaders.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/redhat-shaders.pw.toml new file mode 100644 index 000000000..5052f96e8 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/redhat-shaders.pw.toml @@ -0,0 +1,13 @@ +name = "RedHat Shaders" +filename = "RedHat_v34.3.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZvitaqQh/versions/Ca8OxUZj/RedHat_v34.3.1.zip" +hash-format = "sha512" +hash = "bb0f2608f9055cf992c91375c98e77feafef4f596d9bf4046683664e6eb49d9cf294b3d74b28e640c4301b3bb525dca41c2ea97b992f14cbf923dbef3f5a0b60" + +[update] +[update.modrinth] +mod-id = "ZvitaqQh" +version = "Ca8OxUZj" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/renderpearl.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/renderpearl.pw.toml new file mode 100644 index 000000000..61cf71e37 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/renderpearl.pw.toml @@ -0,0 +1,13 @@ +name = "RenderPearl" +filename = "RenderPearl v2.8.0-beta.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BrRak9pu/versions/fKbKr1ez/RenderPearl%20v2.8.0-beta.2.zip" +hash-format = "sha512" +hash = "2a918c06213a362e241498cba2722725f94fdc4e44f0b0bec0ca4bdc177c23b16141abfcb20cc15d061f3867519163e6e8b714d6c216a6cc624d3a285f3c96b9" + +[update] +[update.modrinth] +mod-id = "BrRak9pu" +version = "fKbKr1ez" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml new file mode 100644 index 000000000..712bd8f0c --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml @@ -0,0 +1,13 @@ +name = "Rethinking Voxels" +filename = "rethinking-voxels_r0.1-beta9.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/cpD4esk9/rethinking-voxels_r0.1-beta9.zip" +hash-format = "sha512" +hash = "1e32f41e67e527c3c60149677a05b61c6d305e440812e29abba745b8ed304954780ca48d58b834c49835790bc3c4d38f37c893c5cbdfea9edc07b72e1dabd296" + +[update] +[update.modrinth] +mod-id = "kmwfVOoi" +version = "cpD4esk9" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/shrimple.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/shrimple.pw.toml new file mode 100644 index 000000000..f27eba248 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/shrimple.pw.toml @@ -0,0 +1,13 @@ +name = "Shrimple" +filename = "Shrimple_v0.12.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BS9T99lD/versions/tAx0UOBX/Shrimple_v0.12.zip" +hash-format = "sha512" +hash = "f294a570889be5397e3b21bdf7376b0dfc30b3ab0adf03ce994e682605374484b6fea4d2d0f6c4b83c54f2787dcc6d2b3a8387fe3dc4b7cb5ca7915d21d1fcd1" + +[update] +[update.modrinth] +mod-id = "BS9T99lD" +version = "tAx0UOBX" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml new file mode 100644 index 000000000..57d9e0db4 --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml @@ -0,0 +1,13 @@ +name = "Solas Shader" +filename = "Solas Shader V3.6.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/g0PhnMJ1/Solas%20Shader%20V3.6.zip" +hash-format = "sha512" +hash = "022b2966a677f4251c69f6ac001507258440031f265fd87b49df5942336043fef7bd4509e91e576f7deea24047b0b65264323c38e9ffaf2af11a38e37ea4f77b" + +[update] +[update.modrinth] +mod-id = "EpQFjzrQ" +version = "g0PhnMJ1" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml new file mode 100644 index 000000000..c0f52f8ba --- /dev/null +++ b/modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml @@ -0,0 +1,13 @@ +name = "Super Duper Vanilla" +filename = "superDuperVanilla.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LMIZZNxZ/versions/KB0sOLSc/superDuperVanilla.zip" +hash-format = "sha512" +hash = "231b47716d5dab68fd1409c65750589c234d4d63312b3f8634342477686ae6db88edb9ecc3c5662fca245e71b16f16e2933e50751d13d5b06e7d3e26f8d9ebaf" + +[update] +[update.modrinth] +mod-id = "LMIZZNxZ" +version = "KB0sOLSc" diff --git a/modpacks/rc-plus/changelog.md b/modpacks/rc-plus/changelog.md index 1d9e38e55..e2cb58ca8 100644 --- a/modpacks/rc-plus/changelog.md +++ b/modpacks/rc-plus/changelog.md @@ -1,14 +1,70 @@ -# Re-Console Plus 26.05.3-alpha | Megapatch I +# Re-Console Plus 26.05.3 | Megapatch I Large patch for Re-Console+ for Minecraft 26.1.2, adding in a suite of new features on top of the modpack. +This release coincides with the 14 year anniversary of Minecraft Xbox 360 Edition, which released on May 9th of 2012. To commemerate, this release was adjusted from a hotfix into a very large release, which touches new content, fixes, updates, among other things. + +The largest improvement should be in regards to performance; RAM usage should be down by approximately 50%, among other smaller things. + ## Notes - **If you are updating from a 1.21.10 version, it is recommended to Update or Reset your configs through Config Manager for the best experience.** - This can be found in `Modifications > Config Manager`. - This update is marked as beta due to major internal changes between 1.21.10 and 26.1.2, the relatively early state of the Legacy4J 26.1.2 port as of 1.9 Pre-Release 2, and missing features that may impact worlds created prior to 26.05-alpha -- Releases on CurseForge will come at a later date. +- Releases on CurseForge will come at a later date, as we approach stability on the build. -### Added ModernRegSyncFix -A fork of RegSyncFix that works on 26.1.2 and above. Special thanks to DexrnZacAttack for the fork! +## Content Additions + +### Added Picture Mode +A mod by Icanttellyou, allowing for alpha/beta style isometric screenshots. Compatibility with controller is currently not known and untested. Bound to `CTRL+3` + +### Added Animatium +Animatium provides many neat utilities and old features back into Minecraft! + +### Added Skyboxify +Restores Optifine compatibility in regards to sky-modifying texture packs. + +### Added Animatica Refabricated +Restores Optifine compatibility in regards to animated textures. + +### Added Advancement Screenshot +Take a screenshot anytime you advance! + +### Added Outrageous Preset +Go beyond Extreme with 128 render distance! Requires an extremely beefy computer to run. + +### Added RenderScale +Allows for scalable resolutions and screenshots. Bound to `SHIFT+R` + +### Added Borderless Mining Updated +A proper borderless fullscreen mod that does its job well, and improves performance vs alternative. + +### Added new Texture Packs +- Added Ultra High-Res Texture Pack +- Added Classic High-Res Texture Pack +- Added Player vs. Player Texture Pack +- Added Ashen Texture Pack +- Added Realistic Texture Pack +- Added Whimsical Texture Pack + +### Added new Shader Packs +Following the update to 26.1.2, shader packs had been missing for a while. They have been re-added with new additions. + +Re-added packs: +- Complementary Reimagined +- Complementary Unbound +- BSL Shaders +- Rethinking Voxels +- Solas Shaders +- MakeUp +- Bliss Shaders +- Kappa +- Super Duper Vanilla + +New Packs: +- Nostalgia Shader +- Shrimple Shader +- Noble Shader +- RenderPearl +- RedHat Shaders ### Added Community Splashes Pack A pack of community splashes, from the Discord and Re-Console SMP! The current list of splashes: @@ -63,17 +119,33 @@ A pack of community splashes, from the Discord and Re-Console SMP! The current l - Also check out AydenFYP! - Also check out TheMinecraftArchitect! +### Added Bisect Hosting Integration +You can now order a server for Re-Console+ or other modpacks in-game, with all proceeds supporting us. This was designed to be unintrusive; only appearing on the multiplayer screen. + +### Updated Vanilla Plus Texture Pack +The pack has been updated with new flowers in grass, 3d item drops, and a few smaller things. + +## Performance Improvements + ### Added Gnetum GUI issues have been fixed, and now the mod should offer a considerable performance uplift, regarding GUIs and HUDS. They are now FPS limited and batched, allowing for higher performance in game, where it actually matters. -### Added Experimentalist -Fixes any experimental warnings on the creation screen. - ### Added Async Logger Improving logging performance, by allowing it to run asynchronously. For long sessions on the SMP, this could improve logging speeds substantially (up to 43x). -### Added Picture Mode -A mod by Icanttellyou, allowing for alpha/beta style isometric screenshots. Compatibility with controller is currently not known and untested. Bound to `CTRL+3` +### Added WorldThreader +Each dimension is now ran on its own thread, improving performance. This means that for higher threaded CPUS (6+), the game should run significantly smoother. + +### Added Krypton Reno +This can improve connectivity, especially if you run Re-Console+ via server. + +## Quality of Life Improvements + +### Added ModernRegSyncFix +A fork of RegSyncFix that works on 26.1.2 and above. Special thanks to DexrnZacAttack for the fork! + +### Added Experimentalist +Fixes any experimental warnings on the creation screen. ### Added Longview Longview is a mod that fixes zfighting issues with mobs far away in render distance. @@ -81,30 +153,18 @@ Longview is a mod that fixes zfighting issues with mobs far away in render dista ### Added Cave Fog Stabilizer This is a mod that fixes a visual quirk where fog in caves is impacted by the sunrise/sunset above ground. -### Added Animatium -Animatium provides many neat utilities and old features back into Minecraft! - -### Added WorldThreader -Each dimension is now ran on its own thread, improving performance. This means that for higher threaded CPUS (6+), the game should run significantly smoother. - -### Added Krypton & Krypton Reno -Both mods can improve connectivity, especially if you run Re-Console+ via server. - ### Added Fast Server Pings Minor fix that will improve speed of accessing servers, like the Re-Console SMP. ### Added Debugify -Expands upon BugFixerUpper by fixing dozens of vanilla bugs. - -### Added RenderScale -Allows for scalable resolutions and screenshots. Bound to `SHIFT+R` +Expands upon BugFixerUpper by fixing dozens of vanilla bugs ### Added AMECs Allows for binding of keys to multiple, allowing for keybinds like shift+, ctrl+, and more. This impacts some default keybinds, please read below! -### Default config changes/fixes +## Default config changes/fixes - The `Medium` Option Preset should now be enabled properly by default - The default window resolution is now 854x480 to match Simply Legacy - The Inventory/Crafting keys have been changed from `I`/`E` to `E`/`R` @@ -126,19 +186,30 @@ Various built-in resource packs have been fixed via changes to their pack.mcmeta - Re-Console+ Resources ### Removed duplicated mods -Duplicated mods, like Zoomify +Duplicated mods, like Zoomify, which were left-overs from an unfinished development build. ### Removed Better Block Entities The mod has been causing consistent trouble in regards to performance. The mod has now been removed. -### Updated Minimega to 6.1.10 -Various Battle changes and bug fixes. See the [changelog](https://modrinth.com/mod/minimega/version/6.1.10). +This mod had caused issues in regards to Bobby (rendering more chunks than servers allow), issues with mash-up models, and the performance increase is simply not worth the hassle of all of these issues. + +### Updated Legacy4J +- Now on Pre-Release 2 +- Fixed a bug when using the Load Save Directly option would delete worlds +- Fixed compatibility issues with Sodium +- Fixed tutorial world not being properly converted to 26.1.2 +- Cjnator38 added better translations for some of the added tips +- Cjnator38 reordered the options and unified the size of advanced options panels +Thanks to WilyIcaro, CreeperEater201 and Cjnator38 for this release. + +### Updated Minimega to 6.1.20 +Various Battle changes and bug fixes. See the [changelog](https://modrinth.com/mod/minimega/version/6.1.20). ### Updated Legacy Ports -Additions and bug fixes for 26.1 +Additions and bug fixes for Minecraft 26.1 ### Updated Legacy Modpack Resources -Fixes various issues with Option Presets +Fixes various issues with Option Presets and adds in the new Outrageous preset. ## Temporarily Unavailable - Console Advancement Sounds