feat: update exp drop percent on death
This commit is contained in:
parent
4d507be33b
commit
d40634ecad
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": "PERCENTAGE",
|
||||
"dropPercentage": "80",
|
||||
},
|
||||
}
|
|
@ -1,5 +1,9 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/yigd.json"
|
||||
hash = "8aa2776935f1a2c7775d8dd49e328347a2e6118f05a9f433f8cb71153699c693"
|
||||
|
||||
[[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 = "b7cb4a2638505c1b09f59d02a21986f93a030db7a91b791ad7398fd92e536198"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue