This commit is contained in:
onebeastchris 2024-04-13 20:53:13 +02:00
parent c30dfd9a69
commit 06c8459637

View file

@ -155,6 +155,4 @@ public class JavaBlockEntityDataTranslator extends PacketTranslator<ClientboundB
//noinspection unchecked
return (tag != null && tag.getValue() != null) ? (T) tag.getValue() : defaultValue;
}
}