From eeaf1435e81d9cbd8daa0efa22029c1f259a64b5 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:15:56 -0500 Subject: 26.1 (#316) * start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog --- azalea-entity/src/particle.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azalea-entity/src/particle.rs') diff --git a/azalea-entity/src/particle.rs b/azalea-entity/src/particle.rs index 397346cf..7da9870f 100644 --- a/azalea-entity/src/particle.rs +++ b/azalea-entity/src/particle.rs @@ -61,6 +61,8 @@ pub enum Particle { Item(ItemParticle), Vibration(Box), Trail, + PauseMobGrowth, + ResetMobGrowth, ItemSlime, ItemCobweb, ItemSnowball, @@ -254,6 +256,8 @@ impl From for Particle { ParticleKind::BlockCrumble => Self::BlockCrumble, ParticleKind::Firefly => Self::Firefly, ParticleKind::CopperFireFlame => Self::CopperFireFlame, + ParticleKind::PauseMobGrowth => Self::PauseMobGrowth, + ParticleKind::ResetMobGrowth => Self::ResetMobGrowth, } } } -- cgit v1.2.3