feat: add MSD config, ATM x MSD resourcepac, and updated pack.toml
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 22s
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 22s
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
+17
@@ -4,6 +4,14 @@ hash-format = "sha256"
|
|||||||
file = ".github/workflows/publish-pack.yml"
|
file = ".github/workflows/publish-pack.yml"
|
||||||
hash = "14bbbe27b8b7f7747fcbdb093989d788da53aa2a946d63e366a3eb6abfea3fe0"
|
hash = "14bbbe27b8b7f7747fcbdb093989d788da53aa2a946d63e366a3eb6abfea3fe0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "LICENSE.md"
|
||||||
|
hash = "585e25ef8f5946a52bf2aed68d5becfc38be94a8663aa01c1b31d88aa57f1de3"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/mega_showdown/config.json"
|
||||||
|
hash = "3f49b26818e75c2e662441914dda454db7679cdba36725aa92d47a3f9d76bcd5"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/rctmod-server.toml"
|
file = "config/rctmod-server.toml"
|
||||||
hash = "41158f951b91446f5656c945d67b057819f2e73c0b3efde6b80c85e1f0708237"
|
hash = "41158f951b91446f5656c945d67b057819f2e73c0b3efde6b80c85e1f0708237"
|
||||||
@@ -101,3 +109,12 @@ metafile = true
|
|||||||
[[files]]
|
[[files]]
|
||||||
file = "packwiz.json"
|
file = "packwiz.json"
|
||||||
hash = "e5c43306b43cfaa8ede9a2b6311d4e9ee8e3f69f12854294a8ddcdf72885d59b"
|
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
|
||||||
|
|||||||
@@ -6,8 +6,11 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "cd5e3fd0d38da6b3d647aafe3e98d588315724afac45801e60d96416244a84be"
|
hash = "547b00b23867c2e1336fb6db66bcdc6f3c521ecf4e9486eea794d4edd61cb98a"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.19.2"
|
fabric = "0.19.2"
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|
||||||
|
[options]
|
||||||
|
datapack-folder = "/resourcepacks"
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user