From 0d3a091c232d409939db82dfb30f700e57583c85 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 5 Feb 2023 14:31:52 -0600 Subject: improve docs --- azalea-world/src/entity/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-world/src/entity/mod.rs') diff --git a/azalea-world/src/entity/mod.rs b/azalea-world/src/entity/mod.rs index bf758a12..60a00bfd 100644 --- a/azalea-world/src/entity/mod.rs +++ b/azalea-world/src/entity/mod.rs @@ -172,7 +172,7 @@ impl From<&LastSentPosition> for BlockPos { /// The name of the world the entity is in. If two entities share the same world /// name, we assume they're in the same world. #[derive(Component, Clone, Debug, PartialEq, Deref, DerefMut)] -pub struct WorldName(ResourceLocation); +pub struct WorldName(pub ResourceLocation); /// A component for entities that can jump. /// -- cgit v1.2.3