From 9083262a5977a67deae3d64ad9f43948b84633b5 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 14 Jun 2025 21:30:11 +0800 Subject: [PATCH] set percentage of exp on death --- config/yigd.json | 6 +++--- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/yigd.json b/config/yigd.json index 8a51556..825390b 100644 --- a/config/yigd.json +++ b/config/yigd.json @@ -22,9 +22,9 @@ "dropOnGroundSlots": [] }, "expConfig": { - "dropBehaviour": "BEST_OF_BOTH", - "dropPercentage": 0, - "keepPercentage": 0 + "dropBehaviour": "PERCENTAGE", + "dropPercentage": 60, + "keepPercentage": 20 }, "graveConfig": { "enabled": true, diff --git a/index.toml b/index.toml index 7d8315c..75ff5c2 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "config/yigd.json" -hash = "f990385e0f7021234fa92cf21c98c4c098f6b8845b7f05c0bdf8ef680bafe786" +hash = "7d483716e459dbb287460895162550ab7a513030a946ebf261a6ef170480e2ca" [[files]] file = "mods/appleskin.pw.toml" diff --git a/pack.toml b/pack.toml index 756b547..7bf849e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e155b440667ba8fcf0c233f21421d8a4cc7aee2bda8202a16b1192f476ad2cd9" +hash = "981b99085b2942b7d15bc67f5a422108fcfc5d5c51813a655e03b7acf81aaf2d" [versions] fabric = "0.16.10"