Skip to content

Commit

Permalink
[BUILD]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi-Sahasrabuddhe committed Jul 22, 2024
1 parent 1fe0c65 commit 3951f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/EnderPearl.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected function createEntity(Location $location, Player $thrower) : Throwable
}

public function getThrowForce() : float{
return 1.5;
return 2;
}

public function getCooldownTicks() : int{
Expand Down

0 comments on commit 3951f0b

Please sign in to comment.