Skip to content

Commit

Permalink
adapt to new nbtx lib #4
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Sep 15, 2024
1 parent 8572121 commit 53d38a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/proto/src/packets/chunk_publisher_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::types::block_pos::BlockPos;
use crate::types::chunk_pos::ChunkPos;
use bedrockrs_core::int::LE;
use bedrockrs_proto_macros::{gamepacket, ProtoCodec};
use bedrockrs_core::int::VAR;

#[gamepacket(id = 121)]
#[derive(ProtoCodec, Debug, Clone)]
Expand Down

0 comments on commit 53d38a9

Please sign in to comment.