From c644fc6eb7f549963b6035297ed5057f996eecd3 Mon Sep 17 00:00:00 2001 From: 2xJi Date: Fri, 1 May 2026 17:03:01 -0400 Subject: [PATCH] feat: add MSD config, ATM x MSD resourcepac, and updated pack.toml --- config/mega_showdown/config.json | 24 +++++++++++++++++++ index.toml | 17 +++++++++++++ pack.toml | 5 +++- .../allthemons-x-mega-showdown-legacy.pw.toml | 13 ++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 config/mega_showdown/config.json create mode 100644 resourcepacks/allthemons-x-mega-showdown-legacy.pw.toml diff --git a/config/mega_showdown/config.json b/config/mega_showdown/config.json new file mode 100644 index 0000000..90af27e --- /dev/null +++ b/config/mega_showdown/config.json @@ -0,0 +1,24 @@ +{ + "teraShardRequired": 20, + "multipleMegas": false, + "showdownFilesLoading": true, + "mega": true, + "zMoves": true, + "teralization": true, + "dynamax": true, + "powerSpotRange": 20, + "dynamaxAnywhere": false, + "dynamaxScaleFactor": 4.0, + "teraShardDropRate": 10.0, + "stellarShardDropRate": 1.0, + "likoPendentDuration": 72000, + "minBondingRequired": 200, + "outSideMega": true, + "outSideUltraBurst": true, + "teraHats": false, + "legacyTeraEffect": false, + "showBattleHUD": true, + "showStatChanges": true, + "showMoveTooltips": true, + "debugMode": false +} diff --git a/index.toml b/index.toml index fd31319..87ac87d 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,14 @@ hash-format = "sha256" file = ".github/workflows/publish-pack.yml" hash = "14bbbe27b8b7f7747fcbdb093989d788da53aa2a946d63e366a3eb6abfea3fe0" +[[files]] +file = "LICENSE.md" +hash = "585e25ef8f5946a52bf2aed68d5becfc38be94a8663aa01c1b31d88aa57f1de3" + +[[files]] +file = "config/mega_showdown/config.json" +hash = "3f49b26818e75c2e662441914dda454db7679cdba36725aa92d47a3f9d76bcd5" + [[files]] file = "config/rctmod-server.toml" hash = "41158f951b91446f5656c945d67b057819f2e73c0b3efde6b80c85e1f0708237" @@ -101,3 +109,12 @@ metafile = true [[files]] file = "packwiz.json" hash = "e5c43306b43cfaa8ede9a2b6311d4e9ee8e3f69f12854294a8ddcdf72885d59b" + +[[files]] +file = "resourcepacks/Daguerro Resources v1.0.0.zip" +hash = "2eff885ad53fe2a8fd2ce6af0c57b6ee870e95c234f37312b4bd5dd8c8609d7a" + +[[files]] +file = "resourcepacks/allthemons-x-mega-showdown-legacy.pw.toml" +hash = "a7552a82a8b8ec3148bccd029b054ecc74b2e4d94adddc08184177e89bb34917" +metafile = true diff --git a/pack.toml b/pack.toml index 88d8e16..ef733ca 100644 --- a/pack.toml +++ b/pack.toml @@ -6,8 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cd5e3fd0d38da6b3d647aafe3e98d588315724afac45801e60d96416244a84be" +hash = "547b00b23867c2e1336fb6db66bcdc6f3c521ecf4e9486eea794d4edd61cb98a" [versions] fabric = "0.19.2" minecraft = "1.21.1" + +[options] +datapack-folder = "/resourcepacks" diff --git a/resourcepacks/allthemons-x-mega-showdown-legacy.pw.toml b/resourcepacks/allthemons-x-mega-showdown-legacy.pw.toml new file mode 100644 index 0000000..21ee30b --- /dev/null +++ b/resourcepacks/allthemons-x-mega-showdown-legacy.pw.toml @@ -0,0 +1,13 @@ +name = "AllTheMons x Mega Showdown" +filename = "ATM x MSD [v3.5.0].zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/odZZdRCE/versions/D7z5VLh4/ATM%20x%20MSD%20%5Bv3.5.0%5D.zip" +hash-format = "sha512" +hash = "edfa186e5991dc3147591fda44e0075f629c4a1dbdece1100493c720ba873549e30eaf795c14758013aff5d91f20f539fb08791bc4f548f3a13262857851162f" + +[update] +[update.modrinth] +mod-id = "odZZdRCE" +version = "D7z5VLh4"