Skip to content

Commit

Permalink
Shrimp move slower
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 18, 2024
1 parent a2a3680 commit 6469a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ShrimpEntity(entityType: EntityType<out HybridAquaticCrustaceanEntity>, 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)
Expand Down

0 comments on commit 6469a50

Please sign in to comment.