diff options
| -rwxr-xr-x | azalea-core/src/position.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index 1e0c2ea5..77dc256a 100755 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -234,7 +234,7 @@ impl ChunkBlockPos { /// The coordinates of a block inside a chunk section. Each coordinate must be /// in the range [0, 15]. -#[derive(Clone, Debug, Default, PartialEq, Eq)] +#[derive(Clone, Copy, Debug, Default, PartialEq, Eq)] pub struct ChunkSectionBlockPos { pub x: u8, pub y: u8, |
