|
@@ -49,7 +49,7 @@ public abstract class IngameHudMixin {
|
|
|
@Redirect(method = "render", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/network/ClientPlayerEntity;hasJumpingMount()Z"))
|
|
|
private boolean bettermounthud$switchBar(ClientPlayerEntity player) {
|
|
|
if (!client.interactionManager.hasExperienceBar()) return player.hasJumpingMount();
|
|
|
- return player.hasJumpingMount() && client.options.keyJump.isPressed() || player.getMountJumpStrength() > 0;
|
|
|
+ return player.hasJumpingMount() && client.options.jumpKey.isPressed() || player.getMountJumpStrength() > 0;
|
|
|
}
|
|
|
|
|
|
}
|