diff options
| author | mat <git@matdoes.dev> | 2025-02-21 17:22:00 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-21 17:22:00 +0000 |
| commit | 63b1036a96c45b0fefc6ca2501f1cc479acc95de (patch) | |
| tree | a0a06a5b1111d335c4e3c92695a3673f534a7769 /azalea-core/src/lib.rs | |
| parent | c285fadd34df2a43a5cfe1d3c02a3cc47bf69e9e (diff) | |
| download | azalea-drasl-63b1036a96c45b0fefc6ca2501f1cc479acc95de.tar.xz | |
fix CustomModelData and WrittenBookContent datacomponents
Diffstat (limited to 'azalea-core/src/lib.rs')
| -rwxr-xr-x | azalea-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index 81dbf684..ba6d61ef 100755 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -9,6 +9,7 @@ pub mod data_registry; pub mod delta; pub mod difficulty; pub mod direction; +pub mod filterable; pub mod game_type; pub mod math; pub mod objectives; |
