mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
Merge commit 'd234d3e45'
# Conflicts: # resources/vanilla # src/pocketmine/command/defaults/ParticleCommand.php
This commit is contained in:
commit
b2f182b196
@ -41,6 +41,7 @@ use pocketmine\world\particle\CriticalParticle;
|
||||
use pocketmine\world\particle\DustParticle;
|
||||
use pocketmine\world\particle\EnchantmentTableParticle;
|
||||
use pocketmine\world\particle\EnchantParticle;
|
||||
use pocketmine\world\particle\EntityFlameParticle;
|
||||
use pocketmine\world\particle\ExplodeParticle;
|
||||
use pocketmine\world\particle\FlameParticle;
|
||||
use pocketmine\world\particle\HappyVillagerParticle;
|
||||
@ -202,7 +203,8 @@ class ParticleCommand extends VanillaCommand{
|
||||
return new AngryVillagerParticle();
|
||||
case "forcefield":
|
||||
return new BlockForceFieldParticle($data ?? 0);
|
||||
|
||||
case "mobflame":
|
||||
return new EntityFlameParticle();
|
||||
}
|
||||
|
||||
if(strpos($name, "iconcrack_") === 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user