diff options
| author | mat <git@matdoes.dev> | 2025-12-27 16:43:38 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-27 16:43:38 -1100 |
| commit | 588902ba4a3965982bdd84d92b20c6f7613f3978 (patch) | |
| tree | 1d7321301869fb7b948ed4ef28e3fec9aa550f20 /azalea-world/src/container.rs | |
| parent | e63b86ddad694073029e33bb54296f3c2b3375be (diff) | |
| download | azalea-drasl-588902ba4a3965982bdd84d92b20c6f7613f3978.tar.xz | |
additional doc aliases for Instance and InstanceName
Diffstat (limited to 'azalea-world/src/container.rs')
| -rw-r--r-- | azalea-world/src/container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/container.rs b/azalea-world/src/container.rs index f6966f3c..97bc2a1f 100644 --- a/azalea-world/src/container.rs +++ b/azalea-world/src/container.rs @@ -94,5 +94,5 @@ impl InstanceContainer { /// If two entities share the same instance name, we assume they're in the /// same instance. #[derive(Clone, Component, Debug, Deref, DerefMut, Eq, Hash, PartialEq)] -#[doc(alias("worldname", "world name"))] +#[doc(alias("worldname", "world name", "dimension"))] pub struct InstanceName(pub Identifier); |
