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/src/bot.rs | 5 +---- azalea/src/pathfinder/mod.rs | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'azalea/src') diff --git a/azalea/src/bot.rs b/azalea/src/bot.rs index 510449d3..1f3822ac 100644 --- a/azalea/src/bot.rs +++ b/azalea/src/bot.rs @@ -9,10 +9,7 @@ use azalea_ecs::{ system::{Commands, Query}, AppTickExt, }; -use azalea_world::{ - entity::{metadata::Player, set_rotation, Jumping, Physics, Position}, - Local, -}; +use azalea_world::entity::{metadata::Player, set_rotation, Jumping, Local, Physics, Position}; use std::f64::consts::PI; use crate::pathfinder::PathfinderPlugin; diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index 5246290d..1dfb7a9b 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -17,7 +17,7 @@ use azalea_ecs::{ AppTickExt, }; use azalea_world::entity::metadata::Player; -use azalea_world::Local; +use azalea_world::entity::Local; use azalea_world::{ entity::{Physics, Position, WorldName}, WorldContainer, -- cgit v1.2.3