From b3af8d73faa2663e25e5688897720e57842f99ae Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 25 Apr 2025 01:10:03 -0100 Subject: update to bevy 0.16 --- azalea-client/src/client.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'azalea-client/src/client.rs') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 6937348d..4d803994 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -32,12 +32,8 @@ use azalea_protocol::{ use azalea_world::{Instance, InstanceContainer, InstanceName, MinecraftEntityId, PartialInstance}; use bevy_app::{App, Plugin, PluginsState, Update}; use bevy_ecs::{ - bundle::Bundle, - component::Component, - entity::Entity, - schedule::{InternedScheduleLabel, IntoSystemConfigs, LogLevel, ScheduleBuildSettings}, - system::Resource, - world::World, + prelude::*, + schedule::{InternedScheduleLabel, LogLevel, ScheduleBuildSettings}, }; use parking_lot::{Mutex, RwLock}; use simdnbt::owned::NbtCompound; -- cgit v1.2.3