Skip to content

Commit

Permalink
final edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ANightDazingZoroark committed May 10, 2024
1 parent 3febb9a commit 7e93e98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ public void forEachEntityTick(LivingEvent.LivingUpdateEvent event) {
//manage bola
if (properties.isTiedByBola) {
entity.addPotionEffect(new PotionEffect(MobEffects.SLOWNESS, 100, 255));
entity.motionY -= 0.5;
entity.velocityChanged = true;
// entity.motionY -= 0.5;
// entity.velocityChanged = true;
properties.bolaTiedCountdown--;
}
if (properties.bolaTiedCountdown <= 0) properties.resetBolaCapture();
Expand Down

0 comments on commit 7e93e98

Please sign in to comment.