feat: update exp drop percent on death
This commit is contained in:
parent
4d507be33b
commit
0eadf4fdfe
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"
|
hash-format = "sha256"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yigd.json"
|
||||||
|
hash = "8aa2776935f1a2c7775d8dd49e328347a2e6118f05a9f433f8cb71153699c693"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/appleskin.pw.toml"
|
file = "mods/appleskin.pw.toml"
|
||||||
hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1"
|
hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1"
|
||||||
|
|
|
@ -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 = "b7cb4a2638505c1b09f59d02a21986f93a030db7a91b791ad7398fd92e536198"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue