neoforged / Documentation

The repository containing Neo's documentation
MIT License
23 stars 35 forks source link

Issues with networking docs #118

Closed Shadows-of-Fire closed 4 days ago

Shadows-of-Fire commented 5 days ago

There's one minor issue here, which is in 1.20.5+ the docs still reference RegisterPayloadHandlerEvent (singular) instead of the RegisterPayloadHandlersEvent (plural).

Then there's a slightly larger issue, which is we actually have no instructions on how to send CustomPacketPayload(s). There are no references to PacketDistributor anywhere. I don't think we need comprehensive instruction on that class, but we need to mention that it exists.