aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/effects.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src/effects.rs')
-rw-r--r--azalea-entity/src/effects.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/effects.rs b/azalea-entity/src/effects.rs
index 9519c627..aa930a78 100644
--- a/azalea-entity/src/effects.rs
+++ b/azalea-entity/src/effects.rs
@@ -5,7 +5,7 @@ use std::{
use azalea_buf::{AzBuf, AzaleaRead, AzaleaWrite, BufReadError};
use azalea_core::bitset::FixedBitSet;
-use azalea_registry::MobEffect;
+use azalea_registry::builtin::MobEffect;
use bevy_ecs::component::Component;
/// Data about an active mob effect.