mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added support for more NBT data, renaming inventories, fixed tags not being saved, added support for tags in /give
This commit is contained in:
@ -25,6 +25,6 @@ use pocketmine\math\Vector3;
|
||||
|
||||
class SporeParticle extends GenericParticle{
|
||||
public function __construct(Vector3 $pos){
|
||||
parent::__construct($pos, 16);
|
||||
parent::__construct($pos, Particle::TYPE_TOWN_AURA);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user