Skip to content

Commit

Permalink
Made DataComponentPatch Public
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K authored Jul 28, 2024
1 parent f35ba02 commit 66d1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azalea-inventory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mod slot;
use std::ops::{Deref, DerefMut, RangeInclusive};

use azalea_inventory_macros::declare_menus;
pub use slot::{ItemSlot, ItemSlotData};
pub use slot::{ItemSlot, ItemSlotData, DataComponentPatch};

// TODO: remove this here and in azalea-inventory-macros when rust makes
// Default be implemented for all array sizes
Expand Down

0 comments on commit 66d1792

Please sign in to comment.