set percentage of exp on death

This commit is contained in:
♥ Minnie ♥ 2025-06-14 21:30:11 +08:00
parent b08df55d04
commit 9083262a59
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 5 additions and 5 deletions

View file

@ -22,9 +22,9 @@
"dropOnGroundSlots": [] "dropOnGroundSlots": []
}, },
"expConfig": { "expConfig": {
"dropBehaviour": "BEST_OF_BOTH", "dropBehaviour": "PERCENTAGE",
"dropPercentage": 0, "dropPercentage": 60,
"keepPercentage": 0 "keepPercentage": 20
}, },
"graveConfig": { "graveConfig": {
"enabled": true, "enabled": true,

View file

@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]] [[files]]
file = "config/yigd.json" file = "config/yigd.json"
hash = "f990385e0f7021234fa92cf21c98c4c098f6b8845b7f05c0bdf8ef680bafe786" hash = "7d483716e459dbb287460895162550ab7a513030a946ebf261a6ef170480e2ca"
[[files]] [[files]]
file = "mods/appleskin.pw.toml" file = "mods/appleskin.pw.toml"

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 = "e155b440667ba8fcf0c233f21421d8a4cc7aee2bda8202a16b1192f476ad2cd9" hash = "981b99085b2942b7d15bc67f5a422108fcfc5d5c51813a655e03b7acf81aaf2d"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"