mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-21 21:32:05 +01:00
Update Fabric mappings/api
This commit is contained in:
parent
24f5812b4f
commit
b2214df9c4
@ -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=
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user