作者:rebot | 分类:模组
Minecraft 版本: 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
平台: fabric
标签: adventure magic
This mod introduces Life Leech enchantment, to gain HP from your foes.
config/lifeleech-common.toml
[General]
#Base value to calculate leeched HP from
#Allowed Values: DEALT_DAMAGE, PLAYER_MAX_HP, TARGET_MAX_HP
Base = "DEALT_DAMAGE"
#Multiplier to calculate leeched HP (=Base(%)*level*Multiplier)
Multiplier = 20
There's also data/lifeleech/tags/entity_types/blacklisted.json, entities defined here won't be leeched.
Fabric version requires Forge Config API Port.
请登录后举报
暂无评论,抢个沙发吧~