GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.

Home Page:https://geysermc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Chests Displayed as Double Chests with empty contents upon re-entering Chunk

ByteExceptionM opened this issue · comments

Describe the bug

Single chests that are placed next to each other are displayed as double chests when re-entering the chunk. Additionally, the contents of these chests are completely empty. This discrepancy does not occur in the Java Edition.

To Reproduce

  1. Log in to a server using GeyserMC on the Bedrock Edition.
  2. Place two single chests next to each other.
  3. Leave the chunk and re-enter it.
  4. Observe that the single chests are now displayed as double chests.
  5. Check the contents of the ches and note that they are empty.

Expected behaviour

Single chests should remain as single chests when re-entering the chunk, and their contents should remain intact.

Screenshots / Videos

Bedrock:
https://i.masel.io/ZIXO8/YAcOzOpa16.jpg
https://i.masel.io/ZIXO8/cIHUJosI91.png

Java:
https://i.masel.io/ZIXO8/HEdOseWa87.png
https://i.masel.io/ZIXO8/gUSOjUCA10.png
https://i.masel.io/ZIXO8/JogeBECI21.png

Couldn't upload the pictures because GitHub complained - apparently there is a problem with the FileUpload right now

Server Version and Plugins

git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)

Plugins:

  • floodgate-spigot (Build 107 - 27.5.2024)
  • ViaVersion (4.10.2)

Geyser Dump

https://dump.geysermc.org/OkAy0dYNyg82XORgXBS2lausiCZaFIUT

Geyser Version

2.3.2-SNAPSHOT (git-master-9db1dd1) (Java: 1.20.5 - 1.20.6, Bedrock: 1.20.80/1.20.81 - 1.21.0)

Minecraft: Bedrock Edition Device/Version

1.20.81 Windows

Additional Context

No response

commented

Thanks for the detailed report - mind testing the linked PR whether that resolves the issue?
You can find a built jar under the "Checks" section in a few minutes after it finishes building.

Thanks for the detailed report - mind testing the linked PR whether that resolves the issue? You can find a built jar under the "Checks" section in a few minutes after it finishes building.

Thank you for the quick response and for providing the PR. I tested the linked PR, and it successfully resolves the issue. The single chests are now displayed correctly, and their contents remain intact.