feat: add yigd default config
This commit is contained in:
parent
4d507be33b
commit
1ec457f359
3 changed files with 11 additions and 1 deletions
6
config/yigd.json
Normal file
6
config/yigd.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"expConfig": {
|
||||
"dropBehaviour": "BEST_OF_BOTH",
|
||||
"dropPercentage": "40",
|
||||
},
|
||||
}
|
|
@ -1,5 +1,9 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/yigd.json"
|
||||
hash = "4c704996358ba45d301cd389f83b72aac9a515f031ade789ea473be977ea2160"
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.pw.toml"
|
||||
hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "f57a9e384a944e9ea84001ae2a27d0221474c95bffbf8d45accb64dd143fe961"
|
||||
hash = "9e6ad9f04f7c2eb9b11bf25def23bd3f055b9da8b891d0ac911af074f3197dfd"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue