From 148f20381750be3e2c38a6bdaf8d339113da1b39 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 15 Jul 2023 02:06:19 -0500 Subject: fix auto respawn and fix entity metadata --- azalea-entity/src/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-entity/src') diff --git a/azalea-entity/src/info.rs b/azalea-entity/src/info.rs index 18021d36..0c5fd3d3 100644 --- a/azalea-entity/src/info.rs +++ b/azalea-entity/src/info.rs @@ -170,7 +170,7 @@ impl EntityCommand for RelativeEntityUpdate { #[derive(Resource, Default)] pub struct EntityInfos { /// An index of entities by their UUIDs - pub(crate) entity_by_uuid: HashMap, + pub entity_by_uuid: HashMap, } impl EntityInfos { -- cgit v1.2.3