QuiltMC / quilt-standard-libraries

A set of libraries to assist in making Quilt mods.
Apache License 2.0
152 stars 85 forks source link

Flatten Bundled Packets #326

Closed TropheusJ closed 1 year ago

TropheusJ commented 1 year ago

This allows for nesting PacketBundles inside each other. This is currently used in the Entity Networking module for entities with extended spawn data. This ends up looking like this:

Without this PR, this causes a terrible error deep in packet code caused by trying to send a bundle packet as a normal packet. This is quite an important fix, as the extended spawn data API currently does not work on dedicated servers.

I have not tested this in production yet.

TropheusJ commented 1 year ago

testmods work on a production server and client.