Skip to content

Commit

Permalink
partial edcode
Browse files Browse the repository at this point in the history
  • Loading branch information
0123456789-jpg committed Mar 15, 2024
1 parent 526a148 commit db2911b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/core/item/src/edcode.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
use rimecraft_edcode::Encode;
use rimecraft_global_cx::{nbt_edcode::{WriteNbt, ReadNbt}, ProvideNbtTy};

use crate::{stack::ItemStackCx, ItemStack};


impl<Cx> Encode for ItemStack<'_, Cx>
where
Cx: ItemStackCx,
Expand Down

0 comments on commit db2911b

Please sign in to comment.