diff options
| author | mat <git@matdoes.dev> | 2023-08-26 22:19:10 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-26 22:19:10 -0500 |
| commit | 12118ebfa3f8165c345c98596957b25a156c8b74 (patch) | |
| tree | 2295753dcacb488755d3b6c6ce405a7a91196f52 /azalea/src/lib.rs | |
| parent | dea717b68e2945777c68d44ce321639cf09ea226 (diff) | |
| download | azalea-drasl-12118ebfa3f8165c345c98596957b25a156c8b74.tar.xz | |
use better pathfinder costs and also fix relative entity updates breaking sometimes
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
