Skip to content

Commit

Permalink
fix(KillAura): attack cooldown inaccessible without fabric api
Browse files Browse the repository at this point in the history
fixes #5572
  • Loading branch information
1zun4 committed Feb 12, 2025
1 parent 974b3b1 commit c068568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/liquidbounce.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mutable field net/minecraft/client/MinecraftClient session Lnet/minecraft/client
accessible field net/minecraft/client/MinecraftClient authenticationService Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;
accessible field net/minecraft/client/MinecraftClient profileKeys Lnet/minecraft/client/session/ProfileKeys;
mutable field net/minecraft/client/MinecraftClient profileKeys Lnet/minecraft/client/session/ProfileKeys;
accessible field net/minecraft/client/MinecraftClient attackCooldown I

accessible field net/minecraft/client/MinecraftClient sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
mutable field net/minecraft/client/MinecraftClient sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
Expand Down

0 comments on commit c068568

Please sign in to comment.