diff options
| author | mat <git@matdoes.dev> | 2024-02-24 21:03:02 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-02-24 21:03:02 -0600 |
| commit | 13426b035e43c4435854f175155439ab28a18544 (patch) | |
| tree | 20b6c64ccf6947320f926bb3bc0951971d5c4c22 /azalea/src/lib.rs | |
| parent | c38957374c288eb41b7dbd905071a469c7bbb2b1 (diff) | |
| download | azalea-drasl-13426b035e43c4435854f175155439ab28a18544.tar.xz | |
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index fd2cb83a..84c215d5 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -29,6 +29,7 @@ pub use azalea_core::{ resource_location::ResourceLocation, }; pub use azalea_entity as entity; +pub use azalea_physics as physics; pub use azalea_protocol as protocol; pub use azalea_registry as registry; pub use azalea_world as world; |
