Bug Fix
- Fixed a minor bug where the death halved message would display incorrectly. Just a quick fix
Tags!
Diminishing Health now supports tags to recognize recovery items, making compatibility and modpack creation easier.
These tags are not used by default, meaning golden apples are untagged, so the config list still controls everything. You can move, remove, or add recovery items freely without touching tags. However, the tags are there and checked for if needed. The available tags are:
- diminishinghealth:partial_recovery_items
- diminishinghealth:full_recovery_items
If you don’t plan to use tags in your game, this update adds no new gameplay changes, no harm in downloading it but no need to, it’s purely for modding flexibility.
As always, thanks for using my mods and would love to hear what you think.
The HardMode Rework
HardMode is no longer a not-really-usable gimmick, it's now a fully fleshed-out, actually pretty neat mode. Give it a try.
Instead of losing health on every hit, HardMode introduces a damage threshold mechanic. Every time you take damage from any source, it's accumulated. If the accumulated damage surpasses the threshold, you'll lose a portion of your maximum health.
The accumulated damage slowly decays over time and respects all armor and damage reductions. To help you track it, HardMode adds a golden-framed heart that fades as you approach the threshold.
All usual recovery mechanics still apply, and death will still cut your health in half. For those who prefer the older system where every hit has a chance of reducing health, there's a config option to bring it back.
HardMode also includes an optional True Damage setting, which ignores armor and damage reductions when adding to the threshold. This makes the system more predictable and consistent, but harsher. (Disabled by default)
As with the rest of the mod, HardMode is incredibly configurable. Every single thing you can think could be configurable, is, and more.
HardMode now comes with its own set of advancements fitting to the new mechanics.
Other changes
-
Code cleanup: Refactored and organized the mod’s code. Any performance gains are negligible, but I wanted to brag.
-
Advancements: Removed "Dumb Luck" due to the HardMode overhaul. Added "Don't Fear the Reaper" and "Hitless" to match the new system.
-
Broken Body effect: Added a toggleable dummy effect that appears whenever you're below your max health.
-
Colored flavor texts: All in-game messages now use colors for better readability and flair.
-
Client config file: Added a separate config for visual features, including the Broken Body effect.
-
Advancement screen: Background and some icons redesigned.
-
New, prettier logo.
-
And probably a few other little things I forgot.
As always, hope you have fun with it, please tell me about any issues you find with the mod, any recommendations or to simply tell me what you think. Either on CurseForge or in the FTB discord channel!
Hotfix
-
Fixed an issue where the ModernFix installed warning would still appear even when disabled in the config. The mod will also no longer check periodically for config updates if ModernFix is installed.
-
No update needed if you don't use ModernFix, but updating the mod mid-game won't cause any trouble.
HOTFIX (v1.1.1)
What’s fixed?
I realized an issue where variables were shared globally between all players, causing problems in multiplayer. Now, all relevant variables are properly tied to each individual player.
What this means:
-
The mod now works correctly for multiple players online, with health, recovery, and loss tracked separately per player.
-
If you update an existing world, you might need to die and trigger some recovery methods (like passive recovery, determination or sleeping) to sync everything properly. Nothing should be broken tho.
-
This update is only necessary if you plan to use this mod in multiplayer. Single-player users or earlier versions won’t need it. Still would recommend updating if you are starting a new world.
Additional changes:
- Config files are now server-side and saved per world under saves/worldname/serverconfig to keep multiplayer settings consistent. This means if you update the mod, you will need to copy your changes from the file in config/ to the new one.
Thanks for downloading the mod! If you find any issues or wanna share any feedback, please let me know on Curseforge or FTB discord.
New Optional Mechanic
HardMode
HardMode is Diminishing Health's new, optional Hard mode, with it active, you will lose 5% of your max health on every single hit you receive, no matter what armor you wear.
The usual recovery mechanics still apply in HardMode and you'll still lose half your health upon death. Thankfully, HardMode is just as configurable as every other feature in the mod. You can tweak how much health is lost, or the chances of losing health on-hit.
HardMode is disabled by default. Enabled it in the mod's config file.
Advancements
HardMode comes with its own exclusive set of advancements. Mostly to check if it is active and make a little joke
Other stuff
-
Now fully translated to Spanish! (Some jokes may not work)(Not the config, sorry)
-
Reworked the config system: Now all changes to it will update dynamically while playing. No need to log out or reload it.
-
Cleaned up the config file: Should be easier to read. Updated some comments about compatibility, and includes all the HardMode-related options.
-
New command: /DiminishingHealthResetConfig Forces a config reload, just in case.
-
ModernFix compatibility: When ModernFix is installed, the dynamic config feature won't work. If you have it, an in-game warning will show to remind you. The warning can be disabled in the config.
-
Small bug fix: Changing Determination's cooldown while it was active didn't apply until it ended. Now it does. Dynamically too!
New Health Recovery Mechanic
Determination
When you are down to 1 health (half a heart), dying 3 times in a row will make you recover 15% of your health out of sheer determination. This can happen once every half a minecraft day.
Almost every aspect of this mechanic is as configurable as the rest. How much health do you recover, how many times do you have to die, do deaths count while it is on cooldown? Or just disable it entirely. All in the config file.
Advancements
Added a set of 10 simple, mildly funny advancements to help guide you through the mod.
Other stuff
- Cleaned up and organized the config file.
- Added the new Determination-related options.
- Mod created.