aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-03 00:33:32 -0500
committermat <github@matdoes.dev>2022-05-03 00:33:32 -0500
commit0bd798045c4328208667df37348e9affb37e384f (patch)
tree241fbc2b738b2a47cd6220bb07beb450c7359ab4 /azalea-core/src/lib.rs
parent8e42e1c5dfc54314585b564696044780e0407c2f (diff)
downloadazalea-drasl-0bd798045c4328208667df37348e9affb37e384f.tar.xz
more azalea-world stuff
Diffstat (limited to 'azalea-core/src/lib.rs')
-rwxr-xr-xazalea-core/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs
index c6b51cb1..6f0c25cc 100755
--- a/azalea-core/src/lib.rs
+++ b/azalea-core/src/lib.rs
@@ -8,8 +8,8 @@ pub mod serializable_uuid;
mod slot;
pub use slot::{Slot, SlotData};
-mod block_pos;
-pub use block_pos::BlockPos;
+mod position;
+pub use position::{BlockPos, ChunkPos};
mod direction;
pub use direction::Direction;