VitalityFix
A fix for the Bursting Vitality potion effect in ZenithAttributes.
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
VitalityFix
VitalityFix
A fix for the Bursting Vitality potion effect in ZenithAttributes.
The Bug
The Bursting Vitality effect (`VitalityEffect`) is supposed to increase healing received by 20% per level. It works by adding an attribute modifier to `HEALING_RECEIVED`.
The Fix
This mod uses MixinSquared to intercept the existing `zenith_attributes$onHealEvent` mixin handler and applies the `HEALING_RECEIVED` attribute multiplier directly.