aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/attributes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src/attributes.rs')
-rw-r--r--azalea-entity/src/attributes.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/azalea-entity/src/attributes.rs b/azalea-entity/src/attributes.rs
index d0bd2c21..95b13c98 100644
--- a/azalea-entity/src/attributes.rs
+++ b/azalea-entity/src/attributes.rs
@@ -2,11 +2,9 @@
use std::collections::{HashMap, hash_map};
-use azalea_core::{
- attribute_modifier_operation::AttributeModifierOperation, identifier::Identifier,
-};
+use azalea_core::attribute_modifier_operation::AttributeModifierOperation;
use azalea_inventory::components::AttributeModifier;
-use azalea_registry::Attribute;
+use azalea_registry::{builtin::Attribute, identifier::Identifier};
use bevy_ecs::component::Component;
use thiserror::Error;