From aa886c101b398f52372df6054c00f9387428cac6 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 7 Feb 2023 20:30:47 +0000 Subject: move az_world::entity_info to az_world::entities::info --- azalea-physics/src/lib.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'azalea-physics/src') diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs index 96bebd1a..35841d77 100644 --- a/azalea-physics/src/lib.rs +++ b/azalea-physics/src/lib.rs @@ -16,9 +16,10 @@ use azalea_ecs::{ }; use azalea_world::{ entity::{ - metadata::Sprinting, move_relative, Attributes, Jumping, Physics, Position, WorldName, + metadata::Sprinting, move_relative, Attributes, Jumping, Local, Physics, Position, + WorldName, }, - Local, World, WorldContainer, + World, WorldContainer, }; use collision::{move_colliding, MoverType}; @@ -310,8 +311,8 @@ mod tests { use azalea_core::{ChunkPos, ResourceLocation}; use azalea_ecs::{app::App, TickPlugin}; use azalea_world::{ - entity::{EntityBundle, MinecraftEntityId}, - Chunk, EntityPlugin, PartialWorld, + entity::{EntityBundle, EntityPlugin, MinecraftEntityId}, + Chunk, PartialWorld, }; use uuid::Uuid; -- cgit v1.2.3