mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added new sounds, events, particles
This commit is contained in:
@ -25,6 +25,6 @@ use pocketmine\math\Vector3;
|
||||
|
||||
class InkParticle extends GenericParticle{
|
||||
public function __construct(Vector3 $pos, $scale = 0){
|
||||
parent::__construct($pos, 25, $scale);
|
||||
parent::__construct($pos, 26, $scale);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user