Hello, I'm trying to make a packet-sniffing mod that renders information about block changes, entity moves or effects in the overworld.
I know, how to render it, but I can't find proper way to read downstream packets. I found an example handler in net.minecraftforge.net.common.network.PacketLoggingHandler, however I couldn't make it work.
Now, how to read Packet objects, not raw bytes?
Thanks in advence