Update Fabric mappings/api

This commit is contained in:
FlorianMichael 2024-12-14 22:01:29 +01:00
parent 24f5812b4f
commit b2214df9c4
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,9 @@ maven_description=Fabric mod to connect to EVERY Minecraft server version (Relea
# Minecraft/Fabric
minecraft_version=1.21.4
yarn_version=1.21.4+build.1
yarn_version=1.21.4+build.2
loader_version=0.16.9
fabric_api_version=0.110.5+1.21.4
fabric_api_version=0.112.0+1.21.4
# Set to empty to use the Minecraft version above
supported_versions=

View File

@ -83,7 +83,6 @@ public abstract class MixinClientConnection extends SimpleChannelInboundHandler<
@Unique
private Cipher viaFabricPlus$decryptionCipher;
@Inject(method = "setCompressionThreshold", at = @At("RETURN"))
private void reorderCompression(int compressionThreshold, boolean rejectBad, CallbackInfo ci) {
channel.pipeline().fireUserEventTriggered(CompressionReorderEvent.INSTANCE);