Skip to content

Commit

Permalink
Register new packets
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Sep 14, 2024
1 parent f03b01c commit 722be3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PacketPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ public function __construct(){
$this->registerPacket(new JigsawStructureDataPacket());
$this->registerPacket(new CurrentStructureFeaturePacket());
$this->registerPacket(new ServerboundDiagnosticsPacket());
$this->registerPacket(new CameraAimAssistPacket());
$this->registerPacket(new ContainerRegistryCleanupPacket());
}

public function registerPacket(Packet $packet) : void{
Expand Down

0 comments on commit 722be3c

Please sign in to comment.