feat: add yigd default config

This commit is contained in:
♥ Minnie ♥ 2025-06-14 20:37:51 +08:00
parent 4d507be33b
commit 1ec457f359
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 11 additions and 1 deletions

6
config/yigd.json Normal file
View file

@ -0,0 +1,6 @@
{
"expConfig": {
"dropBehaviour": "BEST_OF_BOTH",
"dropPercentage": "40",
},
}

View file

@ -1,5 +1,9 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = "config/yigd.json"
hash = "4c704996358ba45d301cd389f83b72aac9a515f031ade789ea473be977ea2160"
[[files]] [[files]]
file = "mods/appleskin.pw.toml" file = "mods/appleskin.pw.toml"
hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1" hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "f57a9e384a944e9ea84001ae2a27d0221474c95bffbf8d45accb64dd143fe961" hash = "9e6ad9f04f7c2eb9b11bf25def23bd3f055b9da8b891d0ac911af074f3197dfd"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"