mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
reduced size of arrow bounding box
as per MCPE addon data
This commit is contained in:
parent
b9501ef415
commit
0c092a7ceb
@ -31,8 +31,8 @@ use pocketmine\Player;
|
||||
class Arrow extends Projectile{
|
||||
const NETWORK_ID = 80;
|
||||
|
||||
public $width = 0.5;
|
||||
public $height = 0.5;
|
||||
public $width = 0.25;
|
||||
public $height = 0.25;
|
||||
|
||||
protected $gravity = 0.05;
|
||||
protected $drag = 0.01;
|
||||
|
Loading…
x
Reference in New Issue
Block a user