Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
*Changed how datapack is synced S2C:
Before, sent raw NBT through network. Now:
- converts NBT to SNBT;
- uses Java's Deflater to compress the SNBT;
- converts the compressed SNBT to byte array;
- sends the byte array over network;
- Reverses this using java's Inflater on the client.
This reduces the raw NBT network packet from aprox. 4KB to ~0.9KB. This was done in attempt to fix packet size issue with Velocity plugin, but also in general the player connection packet has the potential to get really massive really quickly depending on the datapack.
-Removed version checking between client and server. This was done in an attempt to make this compatible with Velocity plugin, which tends to get upset if we use regular Minecraft's connection packets.
*Changed MutableIntFlag to be implemented further up in the hierarchy (MutableWorldProperties). Added relevant casting checks. This is an attempt to fix bugs caused when other mods want to make 'dummy world properties' that don't respect the world properties hierarchy nor the client/server divide.
+Incremented version.
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
1.4.1Loaders
Game versions
1.19.2Downloads
202Publication date
January 28, 2023 at 3:26 PMPublisher
clevernucleus
Owner