From 26d619c9a329087a23d6577ee74bd764f50cd773 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:29:59 -0600 Subject: 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 --- azalea-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-core/src/lib.rs') diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index b87e6143..16b23c01 100644 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -3,6 +3,7 @@ #![doc = include_str!("../README.md")] pub mod aabb; +pub mod attribute_modifier_operation; pub mod bitset; pub mod checksum; pub mod codec_utils; -- cgit v1.2.3