[1.19.2 Developer Environment] SerializableDataType.send not functioning properly for SerializableDataType.list
MerchantPug opened this issue ยท 1 comments
UnitListCodec encodes a ListTag instead of a CompoundTag, which breaks the call to buf.writeWithCodec inside SerializableDataType(Class dataClass, Codec codec)
Similar changes will probably need to be done to the receive method.