NetherGamesMC / PocketMine-MP

A multi protocol server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
75 stars 98 forks source link

Error with CraftingEventPacket #410

Closed labarjni closed 8 months ago

labarjni commented 8 months ago

Issue description

The error is related to the removal of CraftingEventPacket on versions below 1.20.50

Steps to reproduce the issue

  1. Attempting to craft an item
  2. An error occurs: Bad packet: Unknown packet received

OS and versions

Plugins

image

Crashdump, backtrace or other files

2023-12-07 00-57-46 (online-video-cutter com) image

UnknownNull commented 8 months ago

This can be a bad problem, but I think that if you test with the latest version, 1.20.50, this problem will not exist.

UnknownNull commented 8 months ago

I think ... https://github.com/pmmp/BedrockProtocol/commit/2a98eb7fabbb4472263cb24c10286b6462fcdcf1#diff-a63e2e74317d3b94ebba8905470e8fc0e7f89d52cba4366bc46e724393ca987eL93

409

dries-c commented 8 months ago

This packet has been readded