diff --git a/src/main/kotlin/dev/hybridlabs/aquatic/entity/crustacean/ShrimpEntity.kt b/src/main/kotlin/dev/hybridlabs/aquatic/entity/crustacean/ShrimpEntity.kt index 310f3986..c3632601 100644 --- a/src/main/kotlin/dev/hybridlabs/aquatic/entity/crustacean/ShrimpEntity.kt +++ b/src/main/kotlin/dev/hybridlabs/aquatic/entity/crustacean/ShrimpEntity.kt @@ -11,7 +11,7 @@ class ShrimpEntity(entityType: EntityType, wo fun createMobAttributes(): DefaultAttributeContainer.Builder { return createLivingAttributes() .add(EntityAttributes.GENERIC_MAX_HEALTH, 1.0) - .add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 0.3) + .add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 0.25) .add(EntityAttributes.GENERIC_ATTACK_DAMAGE, 2.0) .add(EntityAttributes.GENERIC_ATTACK_KNOCKBACK, 0.0) .add(EntityAttributes.GENERIC_FOLLOW_RANGE, 4.0)