Skip to content

Commit

Permalink
Made frilled sharks slower
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 4, 2024
1 parent 4fe0fa7 commit 7523f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FrilledSharkEntity(entityType: EntityType<out FrilledSharkEntity>, world:
fun createMobAttributes(): DefaultAttributeContainer.Builder {
return WaterCreatureEntity.createMobAttributes()
.add(EntityAttributes.GENERIC_MAX_HEALTH, 24.0)
.add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 0.7)
.add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 0.6)
.add(EntityAttributes.GENERIC_ATTACK_DAMAGE, 4.0)
.add(EntityAttributes.GENERIC_FOLLOW_RANGE, 16.0)
}
Expand Down

0 comments on commit 7523f78

Please sign in to comment.