-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Can I die from activating a buff?
No. The server checks that your current health exceeds the cost before applying it. The Activate button is greyed out if a buff would reduce you to 0 or below.
Why are my hearts not coming back?
The 10-minute cooldown must fully expire first. Check the HUD — if the blue cooldown bar is still visible, you are still waiting. After it disappears, natural regen will fill the hearts back.
What happens if I die while a buff is active?
The buff entry and the max-health reduction are tied to the player attachment data. On death, the attachment data is preserved (it uses copyOnDeath()), so the cooldown continues after you respawn. Your hearts will return once the cooldown finishes.
Can I stack the same buff twice?
No. A buff's Activate button shows "ACTIVE" and is disabled while it is running. You must wait for it to fully expire (including the 10-min cooldown) before activating it again.
Does Blood Fury's cost stack with another buff's cost?
Yes. If you activate Blood Fury (6♥) while Bloodlust (2♥) is already running, you lose an additional 6 hearts on top of the 2 already spent. Make sure you have enough health.
The B key isn't working.
Make sure no other screen is open (inventory, chat, pause menu). The key only fires when you are in normal gameplay with no UI active.
Is this compatible with other Fabric mods?
It should be. Blood Magic only touches player attributes and mob effects, which is standard Fabric API. No mixins are used. If you find a conflict, please open an issue on the GitHub repo.