FabricMC / fabricmc.net

The source code and content for https://fabricmc.net/
MIT License
51 stars 28 forks source link

Fix blog post networking code #87

Closed kevinthegreat1 closed 5 months ago

kevinthegreat1 commented 5 months ago

Fixes two mistakes in example code:

Instance should be PacketCodec<> and not PacketCodecs<>.

All play and config networking receivers take payload and context.