From befa33a87950b6d0f3364cb4fe603f6d84bf4b8f Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 1 Oct 2023 15:19:13 -0500 Subject: organize azalea_core and re-export it from azalea --- codegen/lib/code/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codegen/lib/code/entity.py') diff --git a/codegen/lib/code/entity.py b/codegen/lib/code/entity.py index 45210b5e..7be6b01d 100644 --- a/codegen/lib/code/entity.py +++ b/codegen/lib/code/entity.py @@ -105,7 +105,7 @@ use super::{ SnifferState, VillagerData }; use azalea_chat::FormattedText; -use azalea_core::{particle::Particle, BlockPos, Direction, Vec3}; +use azalea_core::{particle::Particle, position::{BlockPos, Vec3}, direction::Direction}; use azalea_inventory::ItemSlot; use bevy_ecs::{bundle::Bundle, component::Component}; use derive_more::{Deref, DerefMut}; -- cgit v1.2.3