It seems like there is nothing new.
- Added a new event
NetworkingEvents$PACKET_PAYLOAD_REGISTRY
for registering packets - Added
PacketDistributor
class for sending packets to players and server.
- Converting json elements into nbt tags when sending them over via packets
- Replaced the old config codecs with a new
ConfigCodec
class - Added a new util class
NBTUtils
which contains conversion functions for converting between nbt tags and gson json elements - Renamed the
MathUtils
methodsrotateByPivot
torotateAroundOrigin
- Reverted license to GNU LGPLv3 (previously GNU GPLv3)