Q to drop
This commit is contained in:
@@ -71,6 +71,8 @@ export type ClientMessage =
|
||||
| { type: "use_block"; x: number; y: number; z: number; face: Faces }
|
||||
| { type: "select_slot"; slot: number }
|
||||
| { type: "click"; container: ContainerKey; index: number; button: number }
|
||||
// q on a slot (the held one when no screen is open) throws one item, or the whole stack with ctrl
|
||||
| { type: "drop_item"; container: ContainerKey; index: number; all: boolean }
|
||||
// closes the open screen, including the player's own inventory screen
|
||||
| { type: "close_screen" }
|
||||
| { type: "chat"; text: string };
|
||||
|
||||
Reference in New Issue
Block a user