yeet duplicate check

This commit is contained in:
onebeastchris 2024-06-19 23:43:01 +02:00
parent b0f0a62e6d
commit 5900de71fb

View file

@ -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