diff options
| author | Ubuntu <github@matdoes.dev> | 2023-02-07 20:30:47 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2023-02-07 20:30:53 +0000 |
| commit | aa886c101b398f52372df6054c00f9387428cac6 (patch) | |
| tree | d95dee23fe28637fc0ca1a5eb49943adc84afe2f /azalea-physics/src | |
| parent | d51b2a29b2911e4be480727e56553fa27cfbfce0 (diff) | |
| download | azalea-drasl-aa886c101b398f52372df6054c00f9387428cac6.tar.xz | |
move az_world::entity_info to az_world::entities::info
Diffstat (limited to 'azalea-physics/src')
| -rw-r--r-- | azalea-physics/src/lib.rs | 9 |
1 files changed, 5 insertions, 4 deletions
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; |
