From 77c675e93250ebc89c235b963db94f0f3377f1d8 Mon Sep 17 00:00:00 2001 From: Gewinum Date: Tue, 2 Jul 2024 21:14:01 +0400 Subject: [PATCH] feat: Added new particle --- src/types/ParticleIds.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/ParticleIds.php b/src/types/ParticleIds.php index abaca82b..d959dd52 100644 --- a/src/types/ParticleIds.php +++ b/src/types/ParticleIds.php @@ -111,4 +111,5 @@ private function __construct(){ public const VAULT_CONNECTION = 90; public const WIND_EXPLOSION = 91; public const WOLF_ARMOR_CRACK = 92; + public const OMINOUS_ITEM_SPAWNER = 93; }