Skip to content

Commit

Permalink
deprecate old registry module
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Jan 30, 2024
1 parent 0c07627 commit 1ead43e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ pub mod entity;
pub mod fluid;
pub mod item;
pub mod net;

#[deprecated = "use crate `rimecraft-registry` instead."]
/// Registry stuffs for managing almost all parts of in-game components.
pub mod registry;

pub mod state;
pub mod text;
mod util;
Expand Down

0 comments on commit 1ead43e

Please sign in to comment.