aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-26 15:13:47 +0000
committermat <github@matdoes.dev>2022-04-26 15:13:47 +0000
commitf9528a9f9a9e73b1d657af7c78d743067307d843 (patch)
treed24e46982572d3b8607e130a5f24a7f7c198f484 /azalea-core/src/lib.rs
parent15b4dd6bd1c50ee8a9ebadf781e3ecbfdf62e266 (diff)
downloadazalea-drasl-f9528a9f9a9e73b1d657af7c78d743067307d843.tar.xz
work on adding more stuff for recipes
Diffstat (limited to 'azalea-core/src/lib.rs')
-rwxr-xr-xazalea-core/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs
index cdf07c43..6f52e7e9 100755
--- a/azalea-core/src/lib.rs
+++ b/azalea-core/src/lib.rs
@@ -4,3 +4,6 @@ pub mod difficulty;
pub mod game_type;
pub mod resource_location;
pub mod serializable_uuid;
+
+mod slot;
+pub use slot::{Slot, SlotData};