Skip to content

Commit e79a18e

Browse files
committed
Less slippery stop
1 parent 152fc98 commit e79a18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/org/infernalstudios/enemyexp/content/entity/SluggerEntity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ private void damageCollidingEntities() {
241241
public void stop() {
242242
this.mob.setTexture(NORMAL_TEXTURE);
243243
this.mob.setChargeTime(0);
244+
this.mob.setDeltaMovement(0, this.mob.getDeltaMovement().y, 0);
244245
}
245246
}
246247

0 commit comments

Comments
 (0)