Skip to content

Commit

Permalink
Buff Minoshroom health
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Apr 28, 2024
1 parent f9ccee2 commit 034c1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void setGroundAttackCharge(boolean flag) {
@Override
protected void applyEntityAttributes() {
super.applyEntityAttributes();
this.getEntityAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(120.0D);
this.getEntityAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(180.0D);
this.getEntityAttribute(SharedMonsterAttributes.KNOCKBACK_RESISTANCE).setBaseValue(1.0D);
}

Expand Down

0 comments on commit 034c1ac

Please sign in to comment.