Skip to content

Commit

Permalink
Fix minion damage source
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Oct 1, 2023
1 parent 7b49af1 commit 821067b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public DamageSource noBlood() {
}

public MinionDamageSource minion(@NotNull MinionEntity<?> entity) {
return new MinionDamageSource(this.damageTypes.getHolderOrThrow(DamageTypes.MOB_ATTACK), entity);
return new MinionDamageSource(this.damageTypes.getHolderOrThrow(ModDamageTypes.MINION), entity);
}

public DBNODamageSource dbno(@Nullable Component originalSource) {
Expand Down

0 comments on commit 821067b

Please sign in to comment.