Status
Migrated
Issue description
Custom death source helps
Like custom death messages, etc.
Here is the example code:
public static DamageSource ??? = (new DamageSource("???")).setDamageBypassesArmor().setMagicDamage();
You could also consider adding indirect sources from this
This would fit in mod element likely due to many parameters is has plus translation key. But might consider in the future.