Skip to content

Commit

Permalink
Update play.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasalias authored Jan 3, 2025
1 parent 5209ea7 commit f837a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pumpkin/src/net/packet/play.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ use pumpkin_world::{
};
use thiserror::Error;

use pumpkin_inventory::container_click::{Click, ClickType, DropType, MouseClick, MouseDragState, MouseDragType, KeyClick};
use pumpkin_inventory::OptionallyCombinedContainer;

#[derive(Debug, Error)]
pub enum BlockPlacingError {
BlockOutOfReach,
Expand Down

0 comments on commit f837a76

Please sign in to comment.