Skip to content

Commit

Permalink
Update carminite golem armor
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jun 17, 2024
1 parent 8abc549 commit 36f4b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected void applyEntityAttributes() {
this.getEntityAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(40.0D);
this.getEntityAttribute(SharedMonsterAttributes.MOVEMENT_SPEED).setBaseValue(0.25D);
this.getEntityAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(9.0D);
this.getEntityAttribute(SharedMonsterAttributes.ARMOR).setBaseValue(2.0D);
this.getEntityAttribute(SharedMonsterAttributes.ARMOR).setBaseValue(8.0D);
}

@Override
Expand Down

0 comments on commit 36f4b65

Please sign in to comment.