VitalityFix

A fix for the Bursting Vitality potion effect in ZenithAttributes.

186,87k

Quick challenge

How far can you run before the mobs catch you?

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.

ADS