← Назад к ресурсам

VitalityFix

A fix for the Bursting Vitality potion effect in ZenithAttributes.

Modrinth

Описание

# 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.