Sword items in back slot will always trigger Enchantment#onTargetDamaged
MoriyaShiine opened this issue ยท 1 comments
Hi! Since you add back slot items to getItemsEquipped at
, this causes EnchantmentHelper#onTargetDamaged to count enchantments that override onTargetDamaged in that method; this is not visible in vanilla because no vanilla enchantments override this method but any modded enchantments that do will trigger their effect.Relevant issue: MoriyaShiine/enchancement#39
Version: 1.2.8
Updated compat with lambdynlights which is the reason for this mixin.
It is not a very good solution but it works e62c4e0