set drop percentage of exp on death

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

View file

@ -22,8 +22,8 @@
"dropOnGroundSlots": [] "dropOnGroundSlots": []
}, },
"expConfig": { "expConfig": {
"dropBehaviour": "BEST_OF_BOTH", "dropBehaviour": "PERCENTAGE",
"dropPercentage": 0, "dropPercentage": 80,
"keepPercentage": 0 "keepPercentage": 0
}, },
"graveConfig": { "graveConfig": {

View file

@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]] [[files]]
file = "config/yigd.json" file = "config/yigd.json"
hash = "f990385e0f7021234fa92cf21c98c4c098f6b8845b7f05c0bdf8ef680bafe786" hash = "6d9cc9daa0253f6b69e4617a1b8638ff9d9d0abf5265b1f1c90bf7b94758c3b2"
[[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 = "c70a52021d59ef2baa8b1788f7dd0e495e0c0959d7de0d5f9a83113d91965992"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"