Description
Punishing Death
Punishing death is for those who want consequences from their deaths. By default, 100% of items that are in your inventory are deleted when you die. This percentage is configurable.
Config:
The config file allows you to choose the percentage (0 - 100), of how many items are kept on death. The default is 0% so all items are lost.
Compatibility:
This mod is untested with other mods that deal with items on death (Gravestones), it is recommended to only use one mod that alters death drop mechanics.
Game Stages Support:
This mod supports Game Stages, percentage kept per stage can be configured via CraftTweaker.
To use the Game Stages support, you need a CraftTweaker script that calls:
mods.PunishingDeath.addStagePercent(String stage_name, int percent_kept);
EG:
mods.PunishingDeath.addStagePercent("death_10", 10);
mods.PunishingDeath.addStagePercent("keepAllItems", 100);
If the player does not have a stage unlocked, the value used in the config file will be used.
Game Stage percentages override the config file percentage
Discord
Donations


