Skip to content

Conversation

@oryxel1
Copy link
Collaborator

@oryxel1 oryxel1 commented Dec 15, 2025

It seems like the client seems to be sending runtimeId=0 for items without a block definition, this causing repeatealy spam of Missing mapping for bedrock item in debug-mode: true and also places where this getMapping was used is broken eg:

if (packet.getItemInHand() != null && session.getItemMappings().getMapping(packet.getItemInHand()).getJavaItem() instanceof SpawnEggItem) {
, in this case causing multiple entities to spawn when you interact with a water block and also other problems where this method is used, which this pr fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant