TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

Create networking module #143

Closed thecodewarrior closed 3 years ago

thecodewarrior commented 4 years ago

Create a module to make networking easier. This will probably involve some utility classes to manage registering and sending packets, as well as a base packet class that uses Prism to (de)serialize the payload. This will eventually use the binary serialization from #142, however until that's implemented this can use the NBT serializers and encode the resulting NBT tags to binary.

thecodewarrior commented 3 years ago

Implemented in f419099