diff options
Diffstat (limited to 'azalea-client/tests/move_despawned_entity.rs')
| -rw-r--r-- | azalea-client/tests/move_despawned_entity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/tests/move_despawned_entity.rs b/azalea-client/tests/move_despawned_entity.rs index 74f7e942..d590cb39 100644 --- a/azalea-client/tests/move_despawned_entity.rs +++ b/azalea-client/tests/move_despawned_entity.rs @@ -2,7 +2,7 @@ use azalea_client::test_simulation::*; use azalea_core::{position::ChunkPos, resource_location::ResourceLocation}; use azalea_entity::metadata::Cow; use azalea_protocol::packets::{ConnectionProtocol, game::ClientboundMoveEntityRot}; -use azalea_registry::{DimensionType, EntityKind}; +use azalea_registry::{DataRegistry, DimensionType, EntityKind}; use azalea_world::MinecraftEntityId; use bevy_ecs::query::With; use bevy_log::tracing_subscriber; |
