mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
yeet duplicate check
This commit is contained in:
parent
b0f0a62e6d
commit
5900de71fb
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ public class JavaLevelChunkWithLightTranslator extends PacketTranslator<Clientbo
|
|||
|
||||
// The Java server can send block entity data for blocks that aren't actually those blocks.
|
||||
// A Java client ignores these
|
||||
if (blockState.block().hasBlockEntity() && type == blockState.block().blockEntityType()) {
|
||||
if (type == blockState.block().blockEntityType()) {
|
||||
bedrockBlockEntities.add(blockEntityTranslator.getBlockEntityTag(session, type, x + chunkBlockX, y, z + chunkBlockZ, tag, blockState));
|
||||
|
||||
// Check for custom skulls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue