Life Leech Enchantment Modification
This modification introduces a unique "Life Drain" enchantment that allows you to restore your own health by dealing damage to enemies. It's an excellent addition to your gaming arsenal, providing additional survivability in dangerous situations.
Configuration Settings
Main parameters can be modified in the config/lifeleench-common.toml file, which includes the following options:
[General]
# Base value for calculating absorbed health
# Allowed values: DEALT_DAMAGE, PLAYER_MAX_HP, TARGET_MAX_HP
Base = "DEALT_DAMAGE"
# Multiplier for calculating absorbed health (=Base(%)levelMultiplier)
Multiplier = 20
There's also a data/lifeleench/tags/entity_types/blacklisted.json file where you can specify entity types that are immune to the life drain effect.
Compatibility
For the Fabric version, installation of Forge Config API Port is required.