From 12118ebfa3f8165c345c98596957b25a156c8b74 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 26 Aug 2023 22:19:10 -0500 Subject: use better pathfinder costs and also fix relative entity updates breaking sometimes --- azalea/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src/lib.rs') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 52551ea3..0f1ed243 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -3,6 +3,7 @@ #![allow(incomplete_features)] #![feature(async_fn_in_trait)] #![feature(type_changing_struct_update)] +#![feature(lazy_cell)] mod auto_respawn; mod bot; -- cgit v1.2.3