diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-12-09 13:29:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-09 13:29:59 -0600 |
| commit | 26d619c9a329087a23d6577ee74bd764f50cd773 (patch) | |
| tree | 8020fe902257764a23a445c6ed9987ea4848189d /azalea-client/tests/close_open_container.rs | |
| parent | 84cd261118c9d1e3145d4d1751c0d22098cd8cd8 (diff) | |
| download | azalea-drasl-26d619c9a329087a23d6577ee74bd764f50cd773.tar.xz | |
Enchantments (#286)
* start implementing enchants
* store parsed registries
* more work on enchants
* implement deserializer for some entity effects
* mostly working definitions for enchants
* fix tests
* detect equipment changes
* fix errors
* update changelog
* fix some imports
* remove outdated todo
* add basic test for enchants applying attributes
* use git simdnbt
Diffstat (limited to 'azalea-client/tests/close_open_container.rs')
| -rw-r--r-- | azalea-client/tests/close_open_container.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-client/tests/close_open_container.rs b/azalea-client/tests/close_open_container.rs index f0457b5b..96978c59 100644 --- a/azalea-client/tests/close_open_container.rs +++ b/azalea-client/tests/close_open_container.rs @@ -1,6 +1,7 @@ use azalea_chat::FormattedText; -use azalea_client::{inventory::Inventory, test_utils::prelude::*}; +use azalea_client::test_utils::prelude::*; use azalea_core::position::ChunkPos; +use azalea_entity::inventory::Inventory; use azalea_protocol::packets::{ ConnectionProtocol, game::{ClientboundContainerClose, ClientboundOpenScreen, ClientboundSetChunkCacheCenter}, |
