Update core/src/main/java/org/geysermc/geyser/translator/level/block/entity/StructureBlockBlockEntityTranslator.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
This commit is contained in:
chris 2024-04-14 20:52:41 +02:00 committed by GitHub
parent 53cd61a07d
commit c30cb17487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,7 @@ public class StructureBlockBlockEntityTranslator extends BlockEntityTranslator {
return super.getBlockEntityTag(session, type, x, y, z, tag, blockState); return super.getBlockEntityTag(session, type, x, y, z, tag, blockState);
} }
@Override @Override
public void translateTag(NbtMapBuilder builder, CompoundTag tag, int blockState) { public void translateTag(NbtMapBuilder builder, CompoundTag tag, int blockState) {
if (tag.size() < 5) { if (tag.size() < 5) {