Custom death source for death messages

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

Issue comments

This would fit in mod element likely due to many parameters is has plus translation key. But might consider in the future.